Skip to content
This repository was archived by the owner on Dec 18, 2024. It is now read-only.

Commit af36dff

Browse files
committed
fix(tests): fix units tests throughout app
1 parent 07a1332 commit af36dff

File tree

10 files changed

+344
-1224
lines changed

10 files changed

+344
-1224
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ env:
1919
- BROWSER_PROVIDER_ERROR_FILE=/tmp/material-angular-io-build/errorfile
2020
matrix:
2121
- MODE=lint
22-
- MODE=e2e
22+
# TODO(josephperrott): Add e2e tests
23+
# - MODE=e2e
2324
- MODE=saucelabs
2425
- MODE=browserstack
2526

@@ -28,6 +29,7 @@ matrix:
2829

2930
install:
3031
- npm install
32+
- npm run build-themes
3133

3234
before_script:
3335
- mkdir -p $LOGS_DIR

angular-cli.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"test": "test.ts",
1717
"tsconfig": "tsconfig.json",
1818
"prefix": "app",
19-
"serviceWorker": true,
19+
"serviceWorker": false,
2020
"styles": [
2121
"main.scss",
2222
"highlightjs/material-light.css",

0 commit comments

Comments
 (0)