Skip to content
Snippets Groups Projects
Commit 9663cee0 authored by Xiao Gui's avatar Xiao Gui
Browse files

bugfix: github backend action

parent 9023a4a0
No related branches found
No related tags found
No related merge requests found
......@@ -6,8 +6,8 @@
"scripts": {
"start": "node server.js",
"test": "npm run testEnv && npm run testNoEnv",
"testEnv": "node -r dotenv/config ./node_modules/.bin/mocha ./test/mocha.test.js --timeout 10000",
"testNoEnv": "node ./node_modules/.bin/mocha ./test/mocha.test.noenv.js --timeout 10000",
"testEnv": "node -r dotenv/config ./node_modules/.bin/mocha ./test/mocha.test.js --timeout 60000",
"testNoEnv": "node ./node_modules/.bin/mocha ./test/mocha.test.noenv.js --timeout 60000",
"mocha": "mocha"
},
"keywords": [],
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment