Skip to content

Commit c35d3b3

Browse files
committed
test: fix failing test by adding zone.js in angular setup
1 parent 6d6a6ca commit c35d3b3

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

  • packages/igx-templates/igx-ts-legacy/projects/_base/files

packages/igx-templates/igx-ts-legacy/projects/_base/files/angular.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,10 @@
9494
"test": {
9595
"builder": "@angular-devkit/build-angular:karma",
9696
"options": {
97-
"polyfills": "src/polyfills.ts",
97+
"polyfills": [
98+
"zone.js",
99+
"zone.js/testing"
100+
],
98101
"tsConfig": "tsconfig.spec.json",
99102
"inlineStyleLanguage": "scss",
100103
"styles": [

0 commit comments

Comments
 (0)