blob: 2226c6b0fd15a18f0815b71491da2b4d9d8ea982 [file] [log] [blame]
// This file is required by karma.conf.js and loads recursively all the .spec and framework files
import {getTestBed} from '@angular/core/testing'
import {BrowserDynamicTestingModule} from '@angular/platform-browser-dynamic/testing'
import {platformBrowserDynamicTesting} from '@angular/platform-browser-dynamic/testing'
import 'zone.js/dist/zone-testing'
declare const require: any
// First, initialize the Angular testing environment.
getTestBed().initTestEnvironment(
BrowserDynamicTestingModule,
platformBrowserDynamicTesting()
)
// Then we find all the tests.
const context = require.context('./', true, /\.spec\.ts$/)
// And load the modules.
context.keys().map(context)