mirror of
https://github.com/ascribe/onion.git
synced 2024-12-22 09:23:13 +01:00
Add whitespace for different npm test scripts
This commit is contained in:
parent
f1b677dbd1
commit
3bb1f65f38
@ -13,8 +13,10 @@
|
|||||||
"build": "gulp build --production",
|
"build": "gulp build --production",
|
||||||
"start": "node server.js",
|
"start": "node server.js",
|
||||||
"test": "npm run sauce-test",
|
"test": "npm run sauce-test",
|
||||||
|
|
||||||
"sauce-test": "mocha ./test/integration/tests/",
|
"sauce-test": "mocha ./test/integration/tests/",
|
||||||
"tunnel": "node ./test/integration/tunnel.js",
|
"tunnel": "node ./test/integration/tunnel.js",
|
||||||
|
|
||||||
"vi-clean": "rm -rf ./gemini-report",
|
"vi-clean": "rm -rf ./gemini-report",
|
||||||
"vi-phantom": "phantomjs --webdriver=4444",
|
"vi-phantom": "phantomjs --webdriver=4444",
|
||||||
"vi-update": "gemini update -c ./test/gemini/.gemini.yml",
|
"vi-update": "gemini update -c ./test/gemini/.gemini.yml",
|
||||||
|
Loading…
Reference in New Issue
Block a user