Skip to content

Commit c78d463

Browse files
test: replace jest with vitest
1 parent 21d3273 commit c78d463

13 files changed

+4858
-6979
lines changed

.eslintrc.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@ module.exports = {
1010
'eslint:recommended',
1111
'plugin:@typescript-eslint/recommended',
1212
'typescript',
13-
// jest
14-
'plugin:jest/recommended',
15-
'plugin:jest/style',
1613
// must be last for prettier to work well with eslint
1714
'prettier'
1815
],

.vscode/extensions.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"stylelint.vscode-stylelint",
88
"bradlc.vscode-tailwindcss",
99
"csstools.postcss",
10-
"ms-playwright.playwright"
10+
"ms-playwright.playwright",
11+
"vitest.explorer"
1112
]
1213
}

jest.config.js

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

0 commit comments

Comments
 (0)