File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
projects/ponyracer-lib/src Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -31,6 +31,7 @@ chrome-profiler-events*.json
31
31
.history /*
32
32
33
33
# misc
34
+ /.angular /cache
34
35
/.sass-cache
35
36
/connect.lock
36
37
/coverage
Original file line number Diff line number Diff line change 1
1
# Ponyracer
2
2
3
- This project was generated with [ Angular CLI] ( https://github.com/angular/angular-cli ) version 13.0.0-next.8 .
3
+ This project was generated with [ Angular CLI] ( https://github.com/angular/angular-cli ) version 13.0.0-next.9 .
4
4
5
5
## Development server
6
6
Original file line number Diff line number Diff line change 18
18
"@angular/platform-browser" : " ~13.0.0-next.0" ,
19
19
"@angular/platform-browser-dynamic" : " ~13.0.0-next.0" ,
20
20
"@angular/router" : " ~13.0.0-next.0" ,
21
- "rxjs" : " ~7.3 .0" ,
21
+ "rxjs" : " ~7.4 .0" ,
22
22
"tslib" : " ^2.3.0" ,
23
23
"zone.js" : " ~0.11.4"
24
24
},
25
25
"devDependencies" : {
26
- "@angular-devkit/build-angular" : " ~13.0.0-next.8 " ,
27
- "@angular/cli" : " ~13.0.0-next.8 " ,
26
+ "@angular-devkit/build-angular" : " ~13.0.0-next.9 " ,
27
+ "@angular/cli" : " ~13.0.0-next.9 " ,
28
28
"@angular/compiler-cli" : " ~13.0.0-next.0" ,
29
29
"@types/jasmine" : " ~3.9.0" ,
30
30
"@types/node" : " ^12.11.1" ,
Original file line number Diff line number Diff line change @@ -19,7 +19,6 @@ declare const require: {
19
19
getTestBed ( ) . initTestEnvironment (
20
20
BrowserDynamicTestingModule ,
21
21
platformBrowserDynamicTesting ( ) ,
22
- { teardown : { destroyAfterEach : true } } ,
23
22
) ;
24
23
25
24
// Then we find all the tests.
You can’t perform that action at this time.
0 commit comments