File size: 235 Bytes
1e92f2d |
1 2 3 4 5 6 7 8 |
import { getTestBed } from '@angular/core/testing'
import {
BrowserTestingModule,
platformBrowserTesting,
} from '@angular/platform-browser/testing'
getTestBed().initTestEnvironment(BrowserTestingModule, platformBrowserTesting())
|