|
6 | 6 | "scripts": {
|
7 | 7 | "postinstall": "tsc -p tests/tsconfig.json",
|
8 | 8 | "pretest-app-shell": "yarn webdriver-update",
|
9 |
| - "test-app-shell": "jasmine \"tests-tsc-out/app-shell/**/*_spec_large.js\"", |
10 |
| - "test-browser-1": "jasmine \"tests-tsc-out/browser-1/**/*_spec_large.js\"", |
11 |
| - "test-browser-2": "jasmine \"tests-tsc-out/browser-2/**/*_spec_large.js\"", |
12 |
| - "test-browser-3": "jasmine \"tests-tsc-out/browser-3/**/*_spec_large.js\"", |
13 |
| - "test-browser-4": "jasmine \"tests-tsc-out/browser-4/**/*_spec_large.js\"", |
14 |
| - "test-dev-server": "jasmine \"tests-tsc-out/dev-server/**/*_spec_large.js\"", |
15 |
| - "test-extract-i18n": "jasmine \"tests-tsc-out/extract-i18n/**/*_spec_large.js\"", |
16 |
| - "test-karma": "jasmine \"tests-tsc-out/karma/**/*_spec_large.js\"", |
| 9 | + "test-app-shell": "jasmine \"tests-tsc-out/app-shell/**/*_spec.js\"", |
| 10 | + "test-browser-1": "jasmine \"tests-tsc-out/browser-1/**/*_spec.js\"", |
| 11 | + "test-browser-2": "jasmine \"tests-tsc-out/browser-2/**/*_spec.js\"", |
| 12 | + "test-browser-3": "jasmine \"tests-tsc-out/browser-3/**/*_spec.js\"", |
| 13 | + "test-browser-4": "jasmine \"tests-tsc-out/browser-4/**/*_spec.js\"", |
| 14 | + "test-dev-server": "jasmine \"tests-tsc-out/dev-server/**/*_spec.js\"", |
| 15 | + "test-extract-i18n": "jasmine \"tests-tsc-out/extract-i18n/**/*_spec.js\"", |
| 16 | + "test-karma": "jasmine \"tests-tsc-out/karma/**/*_spec.js\"", |
17 | 17 | "pretest-protractor": "yarn webdriver-update",
|
18 |
| - "test-protractor": "jasmine \"tests-tsc-out/protractor/**/*_spec_large.js\"", |
19 |
| - "test-server": "jasmine \"tests-tsc-out/server/**/*_spec_large.js\"", |
20 |
| - "test-tslint": "jasmine \"tests-tsc-out/tslint/**/*_spec_large.js\"", |
| 18 | + "test-protractor": "jasmine \"tests-tsc-out/protractor/**/*_spec.js\"", |
| 19 | + "test-server": "jasmine \"tests-tsc-out/server/**/*_spec.js\"", |
| 20 | + "test-tslint": "jasmine \"tests-tsc-out/tslint/**/*_spec.js\"", |
21 | 21 | "//view-engine-suites": "",
|
22 | 22 | "jasmine-ve": "jasmine --helper=./tests-tsc-out/enable-ve.js",
|
23 |
| - "test-browser-1-ve": "yarn jasmine-ve \"tests-tsc-out/browser-1/**/*_spec_large.js\"", |
24 |
| - "test-browser-2-ve": "yarn jasmine-ve \"tests-tsc-out/browser-2/**/*_spec_large.js\"", |
25 |
| - "test-browser-3-ve": "yarn jasmine-ve \"tests-tsc-out/browser-3/**/*_spec_large.js\"", |
26 |
| - "test-browser-4-ve": "yarn jasmine-ve \"tests-tsc-out/browser-4/**/*_spec_large.js\"", |
27 |
| - "test-extract-i18n-ve": "yarn jasmine-ve \"tests-tsc-out/extract-i18n/**/*_spec_large.js\"", |
28 |
| - "test-server-ve": "yarn jasmine-ve \"tests-tsc-out/server/**/*_spec_large.js\"", |
| 23 | + "test-browser-1-ve": "yarn jasmine-ve \"tests-tsc-out/browser-1/**/*_spec.js\"", |
| 24 | + "test-browser-2-ve": "yarn jasmine-ve \"tests-tsc-out/browser-2/**/*_spec.js\"", |
| 25 | + "test-browser-3-ve": "yarn jasmine-ve \"tests-tsc-out/browser-3/**/*_spec.js\"", |
| 26 | + "test-browser-4-ve": "yarn jasmine-ve \"tests-tsc-out/browser-4/**/*_spec.js\"", |
| 27 | + "test-extract-i18n-ve": "yarn jasmine-ve \"tests-tsc-out/extract-i18n/**/*_spec.js\"", |
| 28 | + "test-server-ve": "yarn jasmine-ve \"tests-tsc-out/server/**/*_spec.js\"", |
29 | 29 | "//webdriver-update-README": "ChromeDriver version must match Puppeteer Chromium version, see https://github.com/GoogleChrome/puppeteer/releases http://chromedriver.chromium.org/downloads",
|
30 | 30 | "webdriver-update": "webdriver-manager update --standalone false --gecko false --versions.chrome 79.0.3945.16"
|
31 | 31 | },
|
|
0 commit comments