Skip to content

Commit 0736a7f

Browse files
fix(package): typo in test script
1 parent b96d7ac commit 0736a7f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@
2828
"eslint-plugin-standard": "4.1.0",
2929
"mocha": "9.2.2",
3030
"nyc": "15.1.0",
31-
3231
"sinon": "4.5.0",
3332
"supertest": "6.2.3"
3433
},
@@ -42,7 +41,7 @@
4241
},
4342
"scripts": {
4443
"lint": "eslint .",
45-
"test": "mocha --check-leaks -reporter spec --bail",
44+
"test": "mocha --check-leaks --reporter spec --bail",
4645
"test-ci": "nyc --reporter=lcovonly --reporter=text npm test",
4746
"test-cov": "nyc --reporter=html --reporter=text npm test"
4847
}

0 commit comments

Comments
 (0)