Skip to content

Commit a5e1a97

Browse files
committed
Remove mocha
1 parent 76952aa commit a5e1a97

File tree

3 files changed

+6
-233
lines changed

3 files changed

+6
-233
lines changed

package.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,7 @@
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
},
@@ -76,7 +74,6 @@
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",

test/.eslintrc.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,5 @@
1010
module.exports = {
1111
"env": {
1212
"node": true,
13-
"mocha": true
1413
}
1514
};

0 commit comments

Comments
 (0)