mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
11 lines
348 B
TypeScript
11 lines
348 B
TypeScript
|
|
// Tests will compile framework declarations in JIT.
|
||
|
|
import '@angular/compiler';
|
||
|
|
|
||
|
|
import {TestBed} from '@angular/core/testing';
|
||
|
|
import {
|
||
|
|
BrowserDynamicTestingModule,
|
||
|
|
platformBrowserDynamicTesting,
|
||
|
|
} from '@angular/platform-browser-dynamic/testing';
|
||
|
|
|
||
|
|
TestBed.initTestEnvironment([BrowserDynamicTestingModule], platformBrowserDynamicTesting());
|