Skip to content

Commit 1bb02eb

Browse files
committed
- fix code coverage???
1 parent 2150f2c commit 1bb02eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
],
1111
"main": "wrestler.js",
1212
"scripts": {
13-
"test": "yarn test-nedb && yarn test-pg && yarn test-mongo",
13+
"test": "yarn test-nedb && yarn test-mongo && yarn test-pg",
1414
"test-nedb": "NODE_ENV=test nyc mocha --recursive --exit --slow 150",
1515
"test-mongo": "NODE_ENV=test MONGO_DB_URI=mongodb://localhost:27017/wrestler MONGO_DB_NAME=wrestler nyc mocha --recursive --exit --slow 150",
1616
"test-pg": "NODE_ENV=test PG_CONNECTION_STRING=postgresql://localhost:5432/wrestler nyc mocha --recursive --exit --slow 150",

0 commit comments

Comments
 (0)