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

Commit 0a76f8d

Browse files
committed
🔧 config(npm): update test and e2e task
1 parent f63309f commit 0a76f8d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,10 +101,10 @@
101101
"sauce:coolkids": "karma start config/karma.sauce.conf.js -- 0",
102102
"sauce:ie": "karma start config/karma.sauce.conf.js -- 1",
103103
"sauce:mobile": "karma start config/karma.sauce.conf.js -- 2",
104-
"test": "npm run lint && npm run flow && npm run test:cover && npm run test:e2e -- --env phantomjs",
104+
"test": "npm run lint && npm run flow && npm run test:cover",
105105
"test:cover": "karma start config/karma.cover.conf.js",
106106
"test:coveralls": "karma start config/karma.coveralls.conf.js",
107-
"test:e2e": "npm run build && node test/e2e/runner.js",
107+
"test:e2e": "npm run build && node test/e2e/runner.js --env chrome",
108108
"test:unit": "karma start config/karma.unit.conf.js"
109109
}
110110
}

0 commit comments

Comments
 (0)