mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
417cd71830
This shifts the side effect from `test_Fake_polyfill.ts` into `browser-env-setup.ts` instead. PR Close #53443
10 lines
199 B
TypeScript
10 lines
199 B
TypeScript
/// <reference types="node"/>
|
|
|
|
import './browser_symbol_setup';
|
|
import './wtf_mock';
|
|
import './test-env-setup-jasmine';
|
|
|
|
import {setupFakePolyfill} from './test_fake_polyfill';
|
|
|
|
setupFakePolyfill();
|