File tree Expand file tree Collapse file tree 5 files changed +715
-58
lines changed Expand file tree Collapse file tree 5 files changed +715
-58
lines changed Original file line number Diff line number Diff line change @@ -7,21 +7,5 @@ import {
7
7
platformBrowserDynamicTesting ,
8
8
} from '@angular/platform-browser-dynamic/testing' ;
9
9
10
- declare const require : {
11
- context (
12
- path : string ,
13
- deep ?: boolean ,
14
- filter ?: RegExp ,
15
- ) : {
16
- keys ( ) : string [ ] ;
17
- < T > ( id : string ) : T ;
18
- } ;
19
- } ;
20
-
21
10
// First, initialize the Angular testing environment.
22
11
getTestBed ( ) . initTestEnvironment ( BrowserDynamicTestingModule , platformBrowserDynamicTesting ( ) ) ;
23
-
24
- // Then we find all the tests.
25
- const context = require . context ( './' , true , / \. s p e c \. t s $ / ) ;
26
- // And load the modules.
27
- context . keys ( ) . map ( context ) ;
Original file line number Diff line number Diff line change @@ -7,21 +7,5 @@ import {
7
7
platformBrowserDynamicTesting ,
8
8
} from '@angular/platform-browser-dynamic/testing' ;
9
9
10
- declare const require : {
11
- context (
12
- path : string ,
13
- deep ?: boolean ,
14
- filter ?: RegExp ,
15
- ) : {
16
- keys ( ) : string [ ] ;
17
- < T > ( id : string ) : T ;
18
- } ;
19
- } ;
20
-
21
10
// First, initialize the Angular testing environment.
22
11
getTestBed ( ) . initTestEnvironment ( BrowserDynamicTestingModule , platformBrowserDynamicTesting ( ) ) ;
23
-
24
- // Then we find all the tests.
25
- const context = require . context ( './' , true , / \. s p e c \. t s $ / ) ;
26
- // And load the modules.
27
- context . keys ( ) . map ( context ) ;
Original file line number Diff line number Diff line change @@ -7,21 +7,5 @@ import {
7
7
platformBrowserDynamicTesting ,
8
8
} from '@angular/platform-browser-dynamic/testing' ;
9
9
10
- declare const require : {
11
- context (
12
- path : string ,
13
- deep ?: boolean ,
14
- filter ?: RegExp ,
15
- ) : {
16
- keys ( ) : string [ ] ;
17
- < T > ( id : string ) : T ;
18
- } ;
19
- } ;
20
-
21
10
// First, initialize the Angular testing environment.
22
11
getTestBed ( ) . initTestEnvironment ( BrowserDynamicTestingModule , platformBrowserDynamicTesting ( ) ) ;
23
-
24
- // Then we find all the tests.
25
- const context = require . context ( './' , true , / \. s p e c \. t s $ / ) ;
26
- // And load the modules.
27
- context . keys ( ) . map ( context ) ;
Original file line number Diff line number Diff line change 69
69
"zone.js" : " ~0.11.5"
70
70
},
71
71
"devDependencies" : {
72
- "@angular-devkit/build-angular" : " ^15.0.0-next.0 " ,
73
- "@angular-devkit/core" : " ^15.0.0-next.0 " ,
74
- "@angular-devkit/schematics" : " ^15.0.0-next.0 " ,
72
+ "@angular-devkit/build-angular" : " ^15.0.0-next.6 " ,
73
+ "@angular-devkit/core" : " ^15.0.0-next.6 " ,
74
+ "@angular-devkit/schematics" : " ^15.0.0-next.6 " ,
75
75
"@angular/bazel" : " ^15.0.0-next.0" ,
76
76
"@angular/build-tooling" : " https://github.com/angular/dev-infra-private-build-tooling-builds.git#a96fc0c88c55faf5314dd373ebe86b0f3a95c776" ,
77
77
"@angular/cli" : " ^15.0.0-next.0" ,
145
145
"@octokit/rest" : " 18.3.5" ,
146
146
"@rollup/plugin-commonjs" : " ^21.0.0" ,
147
147
"@rollup/plugin-node-resolve" : " ^13.1.3" ,
148
- "@schematics/angular" : " ^15.0.0-next.0 " ,
148
+ "@schematics/angular" : " ^15.0.0-next.6 " ,
149
149
"@types/babel__core" : " ^7.1.18" ,
150
150
"@types/browser-sync" : " ^2.26.3" ,
151
151
"@types/fs-extra" : " ^9.0.13" ,
You can’t perform that action at this time.
0 commit comments