We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ff68fb commit 373e283Copy full SHA for 373e283
vitest.setup.js
@@ -1,5 +1,5 @@
1
-import {RuleTester} from 'eslint';
2
import {afterAll, describe, it} from 'vitest';
+import {RuleTester} from 'eslint';
3
4
// Assign Vitest's functions to RuleTester's static properties
5
RuleTester.afterAll = afterAll;
0 commit comments