Skip to content

Commit 39c38d5

Browse files
committed
ci: add firefox to ci run
1 parent ce78e97 commit 39c38d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"test": "npm run lint && npm run flow && npm run test:unit && npm run test:e2e && npm run test:types",
3333
"flow": "flow check",
3434
"test:unit": "jasmine JASMINE_CONFIG_PATH=test/unit/jasmine.json",
35-
"test:e2e": "node test/e2e/runner.js",
35+
"test:e2e": "node test/e2e/runner.js -e firefox,chrome -c test/e2e/nightwatch.config.js",
3636
"test:types": "tsc -p types/test",
3737
"docs": "vuepress dev docs",
3838
"docs:build": "vuepress build docs",

0 commit comments

Comments
 (0)