Skip to content

Commit

Permalink
docs: remove test.ts file in aio
Browse files Browse the repository at this point in the history
Same as 7ba5dc8, but for aio
This file is not necessary since CLI v15+
  • Loading branch information
cexbrayat committed Oct 23, 2023
1 parent 3278966 commit 9e1878d
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 18 deletions.
1 change: 0 additions & 1 deletion aio/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,6 @@
"test": {
"builder": "@angular-devkit/build-angular:karma",
"options": {
"main": "src/test.ts",
"polyfills": ["zone.js", "zone.js/testing"],
"tsConfig": "tsconfig.spec.json",
"webWorkerTsConfig": "tsconfig.worker.json",
Expand Down
14 changes: 0 additions & 14 deletions aio/src/test.ts

This file was deleted.

3 changes: 0 additions & 3 deletions aio/tsconfig.spec.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@
"node"
]
},
"files": [
"src/test.ts",
],
"include": [
"src/testing/**/*.ts",
"src/**/*.spec.ts",
Expand Down

0 comments on commit 9e1878d

Please sign in to comment.