https://github.com/angular/angular
Raw File
Tip revision: fbcddb092f722f33ca12ab074fd886f6240f18c0 authored by Alex Rickabaugh on 11 January 2023, 15:46:15 UTC
release: cut the v15.2.0-next.0 release
Tip revision: fbcddb0
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