Skip to content

Commit

Permalink
chore: Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
mskelton committed Feb 28, 2024
1 parent fbb6875 commit 3b272af
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/utils/rule-tester.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import { RuleTester } from 'eslint'
import { describe, it } from 'vitest'

// Override the default `it` and `describe` functions to use `vitest`
;(RuleTester as any).it = it
;(RuleTester as any).describe = describe

Expand Down

0 comments on commit 3b272af

Please sign in to comment.