File tree Expand file tree Collapse file tree 2 files changed +77
-2115
lines changed Expand file tree Collapse file tree 2 files changed +77
-2115
lines changed Original file line number Diff line number Diff line change 7
7
" dist/**/*"
8
8
],
9
9
"scripts" : {
10
- "test" : " jest " ,
10
+ "test" : " vitest " ,
11
11
"build" : " yarn test && tsc && cp ./src/css/*.css dist/" ,
12
12
"build-only" : " tsc && cp ./src/css/*.css dist/" ,
13
13
"clean" : " rimraf ./dist/" ,
68
68
},
69
69
"devDependencies" : {
70
70
"@types/fs-extra" : " ^9.0.13" ,
71
- "@types/jest" : " ^28.1.6" ,
72
71
"@types/markdown-table" : " ^2.0.0" ,
73
72
"@types/node" : " ^12.20.11" ,
74
73
"@typescript-eslint/eslint-plugin" : " ^4.22.0" ,
80
79
"eslint-config-prettier" : " ^8.3.0" ,
81
80
"eslint-plugin-node" : " ^11.1.0" ,
82
81
"eslint-plugin-prettier" : " ^3.4.0" ,
83
- "jest" : " ^28.1.3" ,
84
82
"lint-staged" : " ^10.5.4" ,
85
83
"prettier" : " ^2.2.1" ,
86
84
"rimraf" : " ^4.1.2" ,
87
85
"semantic-release" : " ^19.0.2" ,
88
- "ts-jest" : " ^28.0.7" ,
89
86
"ts-node" : " ^10.2.1" ,
90
87
"typescript" : " ^4.6.4" ,
91
88
"vite" : " ^4.2.1" ,
You can’t perform that action at this time.
0 commit comments