Skip to content

Commit

Permalink
fix: test operation for angular starters
Browse files Browse the repository at this point in the history
  • Loading branch information
luisbytes committed Nov 14, 2023
1 parent 1f66af3 commit d86e838
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 4 additions & 1 deletion angular-standalone/base/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,10 @@
"builder": "@angular-devkit/build-angular:karma",
"options": {
"main": "src/test.ts",
"polyfills": "src/polyfills.ts",
"polyfills": [
"zone.js",
"zone.js/testing"
],
"tsConfig": "tsconfig.spec.json",
"karmaConfig": "karma.conf.js",
"inlineStyleLanguage": "scss",
Expand Down
1 change: 0 additions & 1 deletion angular-standalone/base/tsconfig.spec.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
},
"files": [
"src/test.ts",
"src/polyfills.ts"
],
"include": [
"src/**/*.spec.ts",
Expand Down

0 comments on commit d86e838

Please sign in to comment.