From f74586cd5e50edd7c5ceceaa544dad00142ccd78 Mon Sep 17 00:00:00 2001 From: Vladimir Airikh Date: Fri, 3 Apr 2020 15:52:30 +0300 Subject: [PATCH] Testing: browsers list defining (#20) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index dabca2a..fea7795 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "compile-angular-8-app": "cd test/data/angular-8 && npx ng build angular-app", "compile-angular-9-app": "cd test/data/angular-9 && npx ng build angular-app", "compile-angular-apps": "npm run compile-angular-4-app && npm run compile-angular-8-app && npm run compile-angular-9-app", - "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\"", "test": "npm run lint && npm run build && npm run compile-angular-apps && npm run testcafe", "build": "babel src --out-dir lib", "publish-please": "publish-please",