Update npm test command to use electron

This commit is contained in:
Ben Drucker
2016-07-04 16:19:17 -07:00
parent 57ec042e1a
commit 6d0070e62f
+1 -1
View File
@@ -11,7 +11,7 @@
"test:browser": "standard && npm run deps && NODE_ENV=test zuul tests/browser/*", "test:browser": "standard && npm run deps && NODE_ENV=test zuul tests/browser/*",
"test:browser:local": "standard && npm run deps && NODE_ENV=test zuul --local 8080 -- tests/browser/*", "test:browser:local": "standard && npm run deps && NODE_ENV=test zuul --local 8080 -- tests/browser/*",
"preversion": "if [ ! -z $SKIP_TEST ]; then npm run test:browser; fi", "preversion": "if [ ! -z $SKIP_TEST ]; then npm run test:browser; fi",
"test": "npm run test:server" "test": "npm run test:electron"
}, },
"repository": "yoshuawuyts/choo", "repository": "yoshuawuyts/choo",
"keywords": [ "keywords": [