Skip to content

Commit 451cf63

Browse files
committed
feat: jest -> vitest
1 parent 5380e14 commit 451cf63

8 files changed

+14180
-20227
lines changed

.eslintrc.js

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
module.exports = {
22
root: true,
33
env: {
4-
'browser': true,
5-
'es6': true,
6-
'node': true,
7-
'jest/globals': true,
4+
browser: true,
5+
es6: true,
6+
node: true,
87
},
98
globals: {
109
defineNuxtConfig: 'readonly',
@@ -30,10 +29,11 @@ module.exports = {
3029
'@nuxt/eslint-config',
3130
'airbnb-base',
3231
'plugin:vue/vue3-recommended',
32+
'plugin:vitest/recommended',
3333
],
3434
ignorePatterns: ['dist/'],
3535
plugins: [
36-
'jest',
36+
'vitest',
3737
],
3838
rules: {
3939
'indent': ['error', 4, {

babel.config.js

-18
This file was deleted.

jest.config.js

-13
This file was deleted.

0 commit comments

Comments
 (0)