Skip to content
This repository was archived by the owner on Dec 26, 2018. It is now read-only.

Commit 6af8b0a

Browse files
committed
remove e2e test commands since tests are not ready yet.
1 parent 19cec27 commit 6af8b0a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,7 @@
4444
"test:watch": "NODE_ENV=development node_modules/.bin/ava --watch --verbose",
4545
"test:unit:dev": "NODE_ENV=development node_modules/.bin/ava --verbose",
4646
"test:unit:prod": "NODE_ENV=production npm run build && node_modules/.bin/ava --verbose",
47-
"test": "npm run test:unit:dev && npm run test:unit:prod && npm run test:e2e",
48-
"test:e2e": "node ./test/e2e/index.js"
47+
"test": "npm run test:unit:dev && npm run test:unit:prod"
4948
},
5049
"ava": {
5150
"require": [

0 commit comments

Comments
 (0)