https://github.com/angular/angular
Raw File
Tip revision: 440b51b7afec991c7d6b8d4cc2c301bbbb5fb2b5 authored by Pawel Kozlowski on 15 February 2023, 17:41:25 UTC
release: cut the v15.2.0-rc.0 release
Tip revision: 440b51b
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