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 b6d4856 commit bd50376Copy full SHA for bd50376
projects/ng-http-caching-demo/src/test.ts
@@ -2,13 +2,10 @@
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()
+ BrowserTestingModule ,
+ platformBrowserTesting(),
14
);
0 commit comments