Skip to content

Commit 4b31a07

Browse files
committed
tests: run only multipleDB test to be sure it is the cause unstopped asychronous operations
1 parent f02bf79 commit 4b31a07

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
@@ -79,7 +79,7 @@
7979
"watch": "cross-env MONGOMS_DOWNLOAD_DIR=./tmp jest --watch",
8080
"coverage": "cross-env MONGOMS_DOWNLOAD_DIR=./tmp jest --coverage",
8181
"lint": "eslint --ext .js ./src && npm run tslint",
82-
"test": "jest --detectOpenHandles jest src/util/__tests__/MongoInstance-test.ts",
82+
"test": "jest --detectOpenHandles src/__tests__/multipleDB-test.ts",
8383
"tscheck": "tsc",
8484
"tslint": "tslint -p . \"src/**/*\"",
8585
"semantic-release": "semantic-release",

0 commit comments

Comments
 (0)