https://github.com/angular/angular
Raw File
Tip revision: fc9da5ed8c03e0d063676ce47be67348f2094137 authored by Andrew Kushnir on 28 June 2023, 15:08:59 UTC
release: cut the v16.2.0-next.1 release
Tip revision: fc9da5e
test.ts
// 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()
);
back to top