We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc29e45 commit f74586cCopy full SHA for f74586c
1 file changed
package.json
@@ -28,7 +28,7 @@
28
"compile-angular-8-app": "cd test/data/angular-8 && npx ng build angular-app",
29
"compile-angular-9-app": "cd test/data/angular-9 && npx ng build angular-app",
30
"compile-angular-apps": "npm run compile-angular-4-app && npm run compile-angular-8-app && npm run compile-angular-9-app",
31
- "testcafe": "testcafe all test/*-test.js --app \"npm run http-server\"",
+ "testcafe": "testcafe chrome,firefox,edge,ie test/*-test.js --app \"npm run http-server\"",
32
"test": "npm run lint && npm run build && npm run compile-angular-apps && npm run testcafe",
33
"build": "babel src --out-dir lib",
34
"publish-please": "publish-please",
0 commit comments