We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8a382e commit d1c92ceCopy full SHA for d1c92ce
package.json
@@ -33,7 +33,7 @@
33
"flow": "flow check",
34
"test:unit": "jasmine JASMINE_CONFIG_PATH=test/unit/jasmine.json",
35
"test:e2e": "node test/e2e/runner.js",
36
- "test:e2e:ci": "node test/e2e/runner.js --local -e ie -c test/e2e/nightwatch.browserstack.js test/e2e/specs/basic.js",
+ "test:e2e:ci": "node test/e2e/runner.js --local -e ie -c test/e2e/nightwatch.browserstack.js test/e2e/specs/active-links.js",
37
"test:e2e:ff": "node test/e2e/runner.js -e firefox -c test/e2e/nightwatch.config.js",
38
"test:types": "tsc -p types/test",
39
"docs": "vuepress dev docs",
0 commit comments