Skip to content

Commit

Permalink
chore: Fix dedent
Browse files Browse the repository at this point in the history
  • Loading branch information
mskelton committed Jul 1, 2024
1 parent e9309ef commit 823887a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/rules/missing-playwright-await.test.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import dedent from 'dedent'
import rule from '../../src/rules/missing-playwright-await'
import { runRuleTester, test } from '../utils/rule-tester'
import { javascript, runRuleTester, test } from '../utils/rule-tester'

runRuleTester('missing-playwright-await', rule, {
invalid: [
Expand Down

0 comments on commit 823887a

Please sign in to comment.