Skip to content

Commit 6eed483

Browse files
committed
chore(tests): switch to vitest
1 parent 1848414 commit 6eed483

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+1959
-854
lines changed

.vscode/settings.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,6 @@
77
"node_modules/jest/bin/jest.js",
88
"--coverage"
99
]
10-
}
10+
},
11+
"typescript.tsdk": "node_modules/typescript/lib"
1112
}

eslint.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ export default defineConfig([
4848
"coverage",
4949
"global.d.ts",
5050
"eslint.config.js",
51-
"jest.config.cjs",
51+
"vitest.config.ts",
5252
"src/types/*.d.ts",
5353
]),
5454
eslintPluginPrettierRecommended,

global.d.ts

Lines changed: 0 additions & 1 deletion
This file was deleted.

jest.config.cjs

Lines changed: 0 additions & 22 deletions
This file was deleted.

0 commit comments

Comments
 (0)