test.ts 525 B

12345678910111213
  1. // This file is required by karma.conf.js and loads recursively all the .spec and framework files
  2. /* eslint-disable */
  3. import 'zone.js/testing';
  4. import { getTestBed } from '@angular/core/testing';
  5. import {
  6. BrowserDynamicTestingModule,
  7. platformBrowserDynamicTesting,
  8. } from '@angular/platform-browser-dynamic/testing';
  9. // First, initialize the Angular testing environment.
  10. getTestBed().initTestEnvironment(BrowserDynamicTestingModule, platformBrowserDynamicTesting(), {
  11. teardown: { destroyAfterEach: false },
  12. });