File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed
projects/ngx-loader-indicator-lib/src Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change 11// This file is required by karma.conf.js and loads recursively all the .spec and framework files
22import 'zone.js/testing' ;
33import { 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} ) ;
You can’t perform that action at this time.
0 commit comments