We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b74126e commit 9f58b00Copy full SHA for 9f58b00
src/test.ts
@@ -2,15 +2,18 @@
2
3
import { getTestBed } from '@angular/core/testing';
4
import {
5
- BrowserDynamicTestingModule,
+ BrowserTestingModule,
6
platformBrowserDynamicTesting,
7
-} from '@angular/platform-browser-dynamic/testing';
+} from '@angular/platform-browser/testing';
8
import 'zone.js/testing';
9
10
// First, initialize the Angular testing environment.
11
getTestBed().initTestEnvironment(
12
13
- platformBrowserDynamicTesting(), {
14
- teardown: { destroyAfterEach: false },
15
-},
+ platformBrowserDynamicTesting(),
+ {
+ teardown: {
16
+ destroyAfterEach: false,
17
+ },
18
19
);
0 commit comments