Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion run/idp-sql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"scripts": {
"start": "node index.js",
"unit-test": "c8 mocha -p -j 2 test/app.test.js --timeout=120000 --exit",
"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",
"all-test": "npm run unit-test && npm run system-test",
"test": "npm -- run all-test"
},
Expand Down
19 changes: 0 additions & 19 deletions run/idp-sql/test/proxy-setup.sh

This file was deleted.

Loading