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 f02bf79 commit 4b31a07Copy full SHA for 4b31a07
package.json
@@ -79,7 +79,7 @@
79
"watch": "cross-env MONGOMS_DOWNLOAD_DIR=./tmp jest --watch",
80
"coverage": "cross-env MONGOMS_DOWNLOAD_DIR=./tmp jest --coverage",
81
"lint": "eslint --ext .js ./src && npm run tslint",
82
- "test": "jest --detectOpenHandles jest src/util/__tests__/MongoInstance-test.ts",
+ "test": "jest --detectOpenHandles src/__tests__/multipleDB-test.ts",
83
"tscheck": "tsc",
84
"tslint": "tslint -p . \"src/**/*\"",
85
"semantic-release": "semantic-release",
0 commit comments