Skip to content

Commit f74586c

Browse files
authored
Testing: browsers list defining (#20)
1 parent dc29e45 commit f74586c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"compile-angular-8-app": "cd test/data/angular-8 && npx ng build angular-app",
2929
"compile-angular-9-app": "cd test/data/angular-9 && npx ng build angular-app",
3030
"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\"",
31+
"testcafe": "testcafe chrome,firefox,edge,ie test/*-test.js --app \"npm run http-server\"",
3232
"test": "npm run lint && npm run build && npm run compile-angular-apps && npm run testcafe",
3333
"build": "babel src --out-dir lib",
3434
"publish-please": "publish-please",

0 commit comments

Comments
 (0)