We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
toContainClass
1 parent 6baec3a commit a710bd7Copy full SHA for a710bd7
src/rules/missing-playwright-await.ts
@@ -56,6 +56,7 @@ const playwrightTestMatchers = [
56
'toHaveURL',
57
'toHaveValue',
58
'toHaveValues',
59
+ 'toContainClass',
60
]
61
62
function getReportNode(node: ESTree.Node) {
0 commit comments