Commit f8435c1 1 parent 379d628 commit f8435c1 Copy full SHA for f8435c1
File tree 4 files changed +725
-217
lines changed
4 files changed +725
-217
lines changed Original file line number Diff line number Diff line change 21
21
- run : pnpm install
22
22
- run : pnpm lint
23
23
- run : pnpm build
24
- - run : pnpm mocha ./test/*.test.*
24
+ - run : pnpm vitest run
25
25
# - uses: codecov/codecov-action@v3
Original file line number Diff line number Diff line change 27
27
"prepack" : " unbuild" ,
28
28
"play" : " webpack --config ./playground/webpack.config.mjs" ,
29
29
"release" : " pnpm test && changelogen --release && npm publish && git push --follow-tags" ,
30
- "test" : " pnpm lint && mocha ./test/*.test.* "
30
+ "test" : " pnpm lint && vitest run "
31
31
},
32
32
"dependencies" : {
33
33
"ansi-escapes" : " ^7.0.0" ,
40
40
},
41
41
"devDependencies" : {
42
42
"@babel/standalone" : " ^7.26.2" ,
43
- "@types/mocha" : " ^10.0.9" ,
44
43
"@types/node" : " ^22.9.0" ,
45
44
"automd" : " ^0.3.12" ,
46
45
"chalk" : " ^5.3.0" ,
49
48
"eslint-config-unjs" : " ^0.4.1" ,
50
49
"jiti" : " ^2.4.0" ,
51
50
"memory-fs" : " ^0.5.0" ,
52
- "mocha" : " ^10.8.2" ,
53
51
"prettier" : " ^3.3.3" ,
54
52
"typescript" : " ^5.6.3" ,
55
53
"unbuild" : " ^2.0.0" ,
54
+ "vitest" : " ^2.1.4" ,
56
55
"webpack" : " ^5.96.1" ,
57
56
"webpack-cli" : " ^5.1.4"
58
57
},
You can’t perform that action at this time.
0 commit comments