https://github.com/angular/angular
Raw File
Tip revision: fb10abcf3ed66866c05d1de3303480f345c974b7 authored by Andrew Scott on 11 October 2023, 16:50:52 UTC
release: cut the v16.2.9 release
Tip revision: fb10abc
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