File tree Expand file tree Collapse file tree 3 files changed +376
-379
lines changed
Expand file tree Collapse file tree 3 files changed +376
-379
lines changed Original file line number Diff line number Diff line change 4141 "url" : " https://github.com/mpalourdio/ng-http-loader/issues"
4242 },
4343 "dependencies" : {
44- "tslib" : " ^2.2 .0"
44+ "tslib" : " ^2.3 .0"
4545 },
4646 "peerDependencies" : {
4747 "rxjs" : " ^6.6.0"
7070 "rxjs" : " ^6.6.0" ,
7171 "rxjs-tslint-rules" : " ^4.13.0" ,
7272 "tslint" : " ~6.1.0" ,
73- "typescript" : " ~4.3.2 " ,
73+ "typescript" : " ~4.3.5 " ,
7474 "zone.js" : " ~0.11.4"
7575 }
7676}
Original file line number Diff line number Diff line change @@ -17,8 +17,10 @@ declare const require: {
1717// First, initialize the Angular testing environment.
1818getTestBed ( ) . initTestEnvironment (
1919 BrowserDynamicTestingModule ,
20- platformBrowserDynamicTesting ( )
20+ platformBrowserDynamicTesting ( ) ,
21+ { teardown : { destroyAfterEach : true } } ,
2122) ;
23+
2224// Then we find all the tests.
2325const context = require . context ( './test/' , true , / \. s p e c \. t s $ / ) ;
2426// And load the modules.
You can’t perform that action at this time.
0 commit comments