File tree Expand file tree Collapse file tree 3 files changed +6
-233
lines changed Expand file tree Collapse file tree 3 files changed +6
-233
lines changed Original file line number Diff line number Diff line change 44 "description" : " Webpack Encore is a simpler way to integrate Webpack into your application" ,
55 "main" : " index.js" ,
66 "scripts" : {
7- "test" : " yarn run vitest && yarn run test:main" ,
8- "test:main" : " mocha --reporter spec test --recursive --ignore test/persistent-cache/*" ,
9- "test:vitest" : " vitest" ,
7+ "test" : " vitest" ,
108 "lint" : " eslint lib test index.js .eslintrc.js --report-unused-disable-directives --max-warnings=0" ,
119 "travis:lint" : " yarn run lint"
1210 },
7674 "http-server" : " ^14.1.0" ,
7775 "less" : " ^4.0.0" ,
7876 "less-loader" : " ^11.0.0 || ^12.2.0" ,
79- "mocha" : " ^10.0.0" ,
8077 "postcss" : " ^8.3.0" ,
8178 "postcss-loader" : " ^7.0.0 || ^8.1.0" ,
8279 "preact" : " ^10.5.0" ,
Original file line number Diff line number Diff line change 1010module . exports = {
1111 "env" : {
1212 "node" : true ,
13- "mocha" : true
1413 }
1514} ;
You can’t perform that action at this time.
0 commit comments