build(docs-infra): update project structure to cli@9 4/12 (`test.ts`) (#36015)

Update `test.ts`.

PR Close #36015
This commit is contained in:
George Kalpakas 2020-03-17 22:28:41 +02:00 committed by Andrew Kushnir
parent fc325c49ec
commit 2cb862447c
1 changed files with 6 additions and 1 deletions

View File

@ -7,7 +7,12 @@ import {
platformBrowserDynamicTesting
} from '@angular/platform-browser-dynamic/testing';
declare const require: any;
declare const require: {
context(path: string, deep?: boolean, filter?: RegExp): {
keys(): string[];
<T>(id: string): T;
};
};
// First, initialize the Angular testing environment.
getTestBed().initTestEnvironment(