Skip to content

Commit e0f4e7f

Browse files
committed
Drop obsolete test.ts #11431
1 parent 5f98b08 commit e0f4e7f

6 files changed

Lines changed: 2 additions & 23 deletions

File tree

angular.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
"test": {
103103
"builder": "@angular/build:karma",
104104
"options": {
105-
"main": "projects/angular-natural-gallery/src/test.ts",
105+
"polyfills": ["zone.js", "zone.js/testing"],
106106
"tsConfig": "projects/angular-natural-gallery/tsconfig.spec.json",
107107
"karmaConfig": "projects/angular-natural-gallery/karma.conf.js"
108108
}

projects/angular-natural-gallery/src/test.ts

Lines changed: 0 additions & 11 deletions
This file was deleted.

projects/angular-natural-gallery/tsconfig.lib.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@
2222
"flatModuleOutFile": "AUTOGENERATED",
2323
"compilationMode": "partial"
2424
},
25-
"exclude": ["src/test.ts", "**/*.spec.ts", "**/testing/*.ts"]
25+
"exclude": ["**/*.spec.ts", "**/testing/*.ts"]
2626
}

projects/angular-natural-gallery/tsconfig.spec.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,5 @@
44
"outDir": "../../out-tsc/spec",
55
"types": ["jasmine", "node"]
66
},
7-
"files": ["src/test.ts"],
87
"include": ["**/*.spec.ts", "**/*.d.ts"]
98
}

src/test.ts

Lines changed: 0 additions & 8 deletions
This file was deleted.

src/tsconfig.spec.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,5 @@
44
"outDir": "../out-tsc/spec",
55
"types": ["jasmine", "node"]
66
},
7-
"files": ["test.ts"],
87
"include": ["**/*.spec.ts", "**/*.d.ts"]
98
}

0 commit comments

Comments
 (0)