File tree Expand file tree Collapse file tree 2 files changed +537
-2
lines changed Expand file tree Collapse file tree 2 files changed +537
-2
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 test:main && yarn run test:persistent-cache" ,
7+ "test" : " yarn run vitest && yarn run test:main && yarn run test:persistent-cache" ,
88 "test:main" : " mocha --reporter spec test --recursive --ignore test/persistent-cache/*" ,
99 "test:persistent-cache" : " node run-persistent-tests" ,
10+ "test:vitest" : " vitest" ,
1011 "lint" : " eslint lib test index.js .eslintrc.js --report-unused-disable-directives --max-warnings=0" ,
1112 "travis:lint" : " yarn run lint"
1213 },
9394 "svelte-loader" : " ^3.1.0" ,
9495 "ts-loader" : " ^9.0.0" ,
9596 "typescript" : " ^5.0.0" ,
97+ "vitest" : " ^3.0.6" ,
9698 "vue" : " ^3.2.14" ,
9799 "vue-loader" : " ^17.0.0" ,
98100 "webpack" : " ^5.72" ,
You can’t perform that action at this time.
0 commit comments