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 b096ca4 commit 0ee57e2Copy full SHA for 0ee57e2
run/idp-sql/package.json
@@ -17,7 +17,7 @@
17
"unit-test": "c8 mocha -p -j 2 test/app.test.js --timeout=120000 --exit",
18
"system-test": "test/proxy-setup.sh && c8 mocha -p -j 2 test/system.test.js --timeout=1800000 --exit",
19
"all-test": "npm run unit-test && npm run system-test",
20
- "test": "npm -- run all-test",
+ "test": "npm -- run all-test"
21
},
22
"dependencies": {
23
"express": "^4.16.2",
0 commit comments