This repository was archived by the owner on Dec 18, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +620
-612
lines changed Expand file tree Collapse file tree 4 files changed +620
-612
lines changed Original file line number Diff line number Diff line change 52
52
"@angular/router" : " ^13.1.0" ,
53
53
"@angular/youtube-player" : " ^13.1.1" ,
54
54
"@stackblitz/sdk" : " ^1.5.2" ,
55
- "material-components-web" : " 14.0.0-canary.1af7c1c4a .0" ,
55
+ "material-components-web" : " 14.0.0-canary.7d8ea4624 .0" ,
56
56
"moment" : " ^2.29.1" ,
57
57
"rxjs" : " ^6.6.7" ,
58
58
"tslib" : " ^2.3.0" ,
Original file line number Diff line number Diff line change @@ -15,11 +15,7 @@ declare const require: {
15
15
} ;
16
16
17
17
// First, initialize the Angular testing environment.
18
- getTestBed ( ) . initTestEnvironment (
19
- BrowserDynamicTestingModule ,
20
- platformBrowserDynamicTesting ( ) ,
21
- { teardown : { destroyAfterEach : true } }
22
- ) ;
18
+ getTestBed ( ) . initTestEnvironment ( BrowserDynamicTestingModule , platformBrowserDynamicTesting ( ) ) ;
23
19
// Then we find all the tests.
24
20
const context = require . context ( './' , true , / \. s p e c \. t s $ / ) ;
25
21
// And load the modules.
Original file line number Diff line number Diff line change @@ -10,11 +10,7 @@ import {
10
10
declare const require : any ;
11
11
12
12
// First, initialize the Angular testing environment.
13
- getTestBed ( ) . initTestEnvironment (
14
- BrowserDynamicTestingModule ,
15
- platformBrowserDynamicTesting ( ) ,
16
- { teardown : { destroyAfterEach : true } }
17
- ) ;
13
+ getTestBed ( ) . initTestEnvironment ( BrowserDynamicTestingModule , platformBrowserDynamicTesting ( ) ) ;
18
14
// Then we find all the tests.
19
15
const context = require . context ( './' , true , / \. s p e c \. t s $ / ) ;
20
16
// And load the modules.
You can’t perform that action at this time.
0 commit comments