Skip to content

Commit e195e04

Browse files
migrate to vitest
1 parent 4c042e0 commit e195e04

File tree

12 files changed

+1586
-882
lines changed

12 files changed

+1586
-882
lines changed

src/feature-management/eslint.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ export default defineConfig([globalIgnores([
3434
...globals.browser,
3535
...globals.commonjs,
3636
...globals.node,
37-
...globals.mocha,
37+
...globals.vitest,
3838
},
3939

4040
parser: tsParser,

0 commit comments

Comments
 (0)