Add whitespace for different npm test scripts

This commit is contained in:
Brett Sun 2016-02-04 13:40:40 +01:00
parent f1b677dbd1
commit 3bb1f65f38
1 changed files with 2 additions and 0 deletions

View File

@ -13,8 +13,10 @@
"build": "gulp build --production",
"start": "node server.js",
"test": "npm run sauce-test",
"sauce-test": "mocha ./test/integration/tests/",
"tunnel": "node ./test/integration/tunnel.js",
"vi-clean": "rm -rf ./gemini-report",
"vi-phantom": "phantomjs --webdriver=4444",
"vi-update": "gemini update -c ./test/gemini/.gemini.yml",