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.
2 parents 1d930a9 + cbfe3c1 commit cac4ef3Copy full SHA for cac4ef3
run/idp-sql/package.json
@@ -15,7 +15,7 @@
15
"scripts": {
16
"start": "node index.js",
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",
+ "system-test": "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"
21
},
run/idp-sql/test/proxy-setup.sh
0 commit comments