Skip to content

Commit 7dd6bc3

Browse files
committed
test: force error for CI testing
1 parent d9d530b commit 7dd6bc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/lib/rules/no-await-sync-query.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ ruleTester.run(RULE_NAME, rule, {
1818
})),
1919
// custom sync queries without await are valid
2020
`() => {
21-
const element = getByIcon('search')
21+
const element = await getByIcon('search')
2222
}
2323
`,
2424
`() => {

0 commit comments

Comments
 (0)