Skip to content

Commit c08ca9f

Browse files
committed
fix: remove calls to test.ts
1 parent 2456829 commit c08ca9f

File tree

6 files changed

+0
-8
lines changed

6 files changed

+0
-8
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,6 @@
9494
"test": {
9595
"builder": "@angular-devkit/build-angular:karma",
9696
"options": {
97-
"main": "src/test.ts",
9897
"polyfills": "src/polyfills.ts",
9998
"tsConfig": "tsconfig.spec.json",
10099
"inlineStyleLanguage": "scss",

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
]
99
},
1010
"files": [
11-
"src/test.ts",
1211
"src/polyfills.ts"
1312
],
1413
"include": [

packages/igx-templates/igx-ts-legacy/projects/side-nav-auth/files/tsconfig.spec.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
"module": "commonjs"
1212
},
1313
"files": [
14-
"src/test.ts",
1514
"src/polyfills.ts"
1615
],
1716
"include": [

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,6 @@
8686
"test": {
8787
"builder": "@angular-devkit/build-angular:karma",
8888
"options": {
89-
"main": "src/test.ts",
9089
"polyfills": [
9190
"zone.js",
9291
"zone.js/testing"

packages/igx-templates/igx-ts/projects/_base/files/tsconfig.spec.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@
77
"jasmine"
88
]
99
},
10-
"files": [
11-
"src/test.ts"
12-
],
1310
"include": [
1411
"src/**/*.spec.ts",
1512
"src/**/*.d.ts"

packages/igx-templates/igx-ts/projects/side-nav-auth/files/tsconfig.spec.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
"module": "commonjs"
1212
},
1313
"files": [
14-
"src/test.ts",
1514
"src/polyfills.ts"
1615
],
1716
"include": [

0 commit comments

Comments
 (0)