From 6d0070e62fea8bf9644144bd3e6afa5bb8d84ccb Mon Sep 17 00:00:00 2001 From: Ben Drucker Date: Sun, 3 Jul 2016 17:26:17 -0700 Subject: [PATCH] Update `npm test` command to use electron --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e8b46b3..c53e9ec 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "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/*", "preversion": "if [ ! -z $SKIP_TEST ]; then npm run test:browser; fi", - "test": "npm run test:server" + "test": "npm run test:electron" }, "repository": "yoshuawuyts/choo", "keywords": [