Skip to content

Commit 0ee57e2

Browse files
committed
lint
1 parent b096ca4 commit 0ee57e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

run/idp-sql/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"unit-test": "c8 mocha -p -j 2 test/app.test.js --timeout=120000 --exit",
1818
"system-test": "test/proxy-setup.sh && c8 mocha -p -j 2 test/system.test.js --timeout=1800000 --exit",
1919
"all-test": "npm run unit-test && npm run system-test",
20-
"test": "npm -- run all-test",
20+
"test": "npm -- run all-test"
2121
},
2222
"dependencies": {
2323
"express": "^4.16.2",

0 commit comments

Comments
 (0)