Skip to content

Commit 0acec5c

Browse files
committed
chore: fixing test command
1 parent 1390bfe commit 0acec5c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ permissions:
1212
jobs:
1313
test:
1414
strategy:
15+
fail-fast: false
1516
matrix:
1617
node: [12, 14, 16, 18, 20, 22, 24]
1718

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"scripts": {
2222
"lint": "eslint .",
2323
"coverage": "nyc mocha --use_strict",
24-
"test": "npm run lint && npm run coverage && cost-of-modules"
24+
"test": "mocha"
2525
},
2626
"repository": {
2727
"type": "git",
@@ -51,7 +51,6 @@
5151
"atob": "^2.1.2",
5252
"chai": "^4.1.2",
5353
"conventional-changelog": "~1.1.0",
54-
"cost-of-modules": "^1.0.1",
5554
"eslint": "^4.19.1",
5655
"mocha": "^5.2.0",
5756
"nsp": "^2.6.2",

0 commit comments

Comments
 (0)