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 cac919a commit 1886a39Copy full SHA for 1886a39
src/test.ts
@@ -2,14 +2,11 @@
2
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';
+import { BrowserTestingModule, platformBrowserTesting } from '@angular/platform-browser/testing';
9
10
// First, initialize the Angular testing environment.
11
getTestBed().initTestEnvironment(
12
13
- platformBrowserDynamicTesting(),
14
- { teardown: { destroyAfterEach: true }},
+ BrowserTestingModule,
+ platformBrowserTesting(),
+ { teardown: { destroyAfterEach: true } }
15
);
0 commit comments