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

Commit e6b4ae3

Browse files
committed
trying to get tests to work
1 parent dc89fcd commit e6b4ae3

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

angular.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@
100100
"options": {
101101
"main": "src/test.ts",
102102
"karmaConfig": "./karma.conf.js",
103+
"tsConfig": "src/tsconfig.json",
103104
"scripts": [],
104105
"styles": [
105106
{

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,6 @@
5858
"ts-node": "^2.0.0",
5959
"tslint": "^4.4.2",
6060
"typescript": "~2.7.2",
61-
"@angular-devkit/build-angular": "~0.5.0"
61+
"@angular-devkit/build-angular": "~0.5.5"
6262
}
6363
}

0 commit comments

Comments
 (0)