mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
This shifts the side effect from `test_Fake_polyfill.ts` into `browser-env-setup.ts` instead. PR Close #53443
9 lines
199 B
TypeScript
9 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();
|