We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce78e97 commit 39c38d5Copy full SHA for 39c38d5
package.json
@@ -32,7 +32,7 @@
32
"test": "npm run lint && npm run flow && npm run test:unit && npm run test:e2e && npm run test:types",
33
"flow": "flow check",
34
"test:unit": "jasmine JASMINE_CONFIG_PATH=test/unit/jasmine.json",
35
- "test:e2e": "node test/e2e/runner.js",
+ "test:e2e": "node test/e2e/runner.js -e firefox,chrome -c test/e2e/nightwatch.config.js",
36
"test:types": "tsc -p types/test",
37
"docs": "vuepress dev docs",
38
"docs:build": "vuepress build docs",
0 commit comments