Skip to content

Commit 02d3744

Browse files
authored
Merge pull request balderdashy#492 from balderdashy/fix-adapter-tests
[patch] fix standard adapter tests
2 parents 995c476 + f785eff commit 02d3744

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
@@ -5,7 +5,7 @@
55
"main": "./lib",
66
"scripts": {
77
"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",
8+
"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",
99
"lint": "node node_modules/eslint/bin/eslint . --max-warnings=0",
1010
"start-mongodb": "docker-compose up -d mongo",
1111
"stop-mongodb": "docker-compose down",

0 commit comments

Comments
 (0)