Skip to content

Commit 919a537

Browse files
committed
fix(no-ref): platformBrowserTesting
1 parent 276837e commit 919a537

File tree

1 file changed

+2
-5
lines changed
  • projects/ngx-loader-indicator-lib/src

1 file changed

+2
-5
lines changed
Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,9 @@
11
// This file is required by karma.conf.js and loads recursively all the .spec and framework files
22
import 'zone.js/testing';
33
import { getTestBed } from '@angular/core/testing';
4-
import {
5-
BrowserDynamicTestingModule,
6-
platformBrowserDynamicTesting,
7-
} from '@angular/platform-browser-dynamic/testing';
4+
import { BrowserTestingModule, platformBrowserTesting } from '@angular/platform-browser/testing';
85

96
// First, initialize the Angular testing environment.
10-
getTestBed().initTestEnvironment(BrowserDynamicTestingModule, platformBrowserDynamicTesting(), {
7+
getTestBed().initTestEnvironment(BrowserTestingModule, platformBrowserTesting(), {
118
teardown: { destroyAfterEach: false },
129
});

0 commit comments

Comments
 (0)