Skip to content

Commit

Permalink
deprecated when upgrading to angular 14 and above
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasengels committed Nov 25, 2024
1 parent 254e6eb commit 5f49d41
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 20 deletions.
5 changes: 4 additions & 1 deletion angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,10 @@
"test": {
"builder": "@angular-devkit/build-angular:karma",
"options": {
"main": "projects/ng-inbo/src/test.ts",
"polyfills": [
"zone.js",
"zone.js/testing"
],
"tsConfig": "projects/ng-inbo/tsconfig.spec.json",
"karmaConfig": "projects/ng-inbo/karma.conf.js"
}
Expand Down
17 changes: 0 additions & 17 deletions projects/ng-inbo/src/test.ts

This file was deleted.

4 changes: 2 additions & 2 deletions projects/ng-inbo/tsconfig.spec.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
"target": "ES2015"
},
"files": [
"src/test.ts"
],
"include": [
"**/*.spec.ts",
"**/*.d.ts"
"**/*.d.ts",
"**/*.ts"
]
}

0 comments on commit 5f49d41

Please sign in to comment.