Skip to content

Commit a710bd7

Browse files
authored
Add toContainClass method (#361)
1 parent 6baec3a commit a710bd7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/rules/missing-playwright-await.ts

+1
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ const playwrightTestMatchers = [
5656
'toHaveURL',
5757
'toHaveValue',
5858
'toHaveValues',
59+
'toContainClass',
5960
]
6061

6162
function getReportNode(node: ESTree.Node) {

0 commit comments

Comments
 (0)