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

Commit 60c6480

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

File tree

10 files changed

+167
-2239
lines changed

10 files changed

+167
-2239
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ matrix:
2828

2929
install:
3030
- npm install
31+
- npm run build-themes
3132

3233
before_script:
3334
- 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)