We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2150f2c commit 1bb02ebCopy full SHA for 1bb02eb
package.json
@@ -10,7 +10,7 @@
10
],
11
"main": "wrestler.js",
12
"scripts": {
13
- "test": "yarn test-nedb && yarn test-pg && yarn test-mongo",
+ "test": "yarn test-nedb && yarn test-mongo && yarn test-pg",
14
"test-nedb": "NODE_ENV=test nyc mocha --recursive --exit --slow 150",
15
"test-mongo": "NODE_ENV=test MONGO_DB_URI=mongodb://localhost:27017/wrestler MONGO_DB_NAME=wrestler nyc mocha --recursive --exit --slow 150",
16
"test-pg": "NODE_ENV=test PG_CONNECTION_STRING=postgresql://localhost:5432/wrestler nyc mocha --recursive --exit --slow 150",
0 commit comments