We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 995c476 + f785eff commit 02d3744Copy full SHA for 02d3744
package.json
@@ -5,7 +5,7 @@
5
"main": "./lib",
6
"scripts": {
7
"test": "npm run lint && npm run custom-tests",
8
- "custom-tests": "node node_modules/mocha/bin/mocha test/run-adapter-specific-tests && node node_modules/mocha/bin/mocha test/connectable/ && node node_modules/mocha/bin/mocha test/run-standard-tests",
+ "custom-tests": "node node_modules/mocha/bin/mocha test/run-adapter-specific-tests && node node_modules/mocha/bin/mocha test/connectable/ && node test/run-standard-tests",
9
"lint": "node node_modules/eslint/bin/eslint . --max-warnings=0",
10
"start-mongodb": "docker-compose up -d mongo",
11
"stop-mongodb": "docker-compose down",
0 commit comments