Skip to content

Commit b6aa21e

Browse files
committed
Drop obsolete test.ts #11431
1 parent e367f5b commit b6aa21e

File tree

3 files changed

+0
-12
lines changed

3 files changed

+0
-12
lines changed

angular.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,6 @@
108108
"test": {
109109
"builder": "@angular/build:karma",
110110
"options": {
111-
"main": "client/test.ts",
112111
"polyfills": ["zone.js", "zone.js/testing", "@angular/localize/init"],
113112
"tsConfig": "client/tsconfig.spec.json",
114113
"karmaConfig": "client/karma.conf.js",

client/test.ts

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

client/tsconfig.spec.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,5 @@
55
"types": ["jasmine", "node", "@angular/localize"],
66
"skipLibCheck": true
77
},
8-
"files": ["test.ts"],
98
"include": ["**/*.spec.ts", "**/*.d.ts"]
109
}

0 commit comments

Comments
 (0)