docs: remove test.ts file in aio (#52327)

Same as 7ba5dc87ed, but for aio
This file is not necessary since CLI v15+

PR Close #52327
This commit is contained in:
cexbrayat 2023-10-23 15:06:01 +02:00 committed by Dylan Hunn
parent 504c88272b
commit 82cd7d6db2
3 changed files with 0 additions and 18 deletions

View file

@ -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",

View file

@ -1,14 +0,0 @@
// This file is required by karma.conf.js and loads recursively all the .spec and framework files
import 'zone.js/testing';
import { getTestBed } from '@angular/core/testing';
import {
BrowserDynamicTestingModule,
platformBrowserDynamicTesting
} from '@angular/platform-browser-dynamic/testing';
// First, initialize the Angular testing environment.
getTestBed().initTestEnvironment(
BrowserDynamicTestingModule,
platformBrowserDynamicTesting(),
);

View file

@ -7,9 +7,6 @@
"node"
]
},
"files": [
"src/test.ts",
],
"include": [
"src/testing/**/*.ts",
"src/**/*.spec.ts",