We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d6a6ca commit c35d3b3Copy full SHA for c35d3b3
1 file changed
packages/igx-templates/igx-ts-legacy/projects/_base/files/angular.json
@@ -94,7 +94,10 @@
94
"test": {
95
"builder": "@angular-devkit/build-angular:karma",
96
"options": {
97
- "polyfills": "src/polyfills.ts",
+ "polyfills": [
98
+ "zone.js",
99
+ "zone.js/testing"
100
+ ],
101
"tsConfig": "tsconfig.spec.json",
102
"inlineStyleLanguage": "scss",
103
"styles": [
0 commit comments