Skip to content

Commit 2a5093c

Browse files
committed
chore(deps): @angular/* ^12.2.0 and Co.
1 parent 7b5dba4 commit 2a5093c

File tree

3 files changed

+376
-379
lines changed

3 files changed

+376
-379
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
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"
@@ -70,7 +70,7 @@
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
}

src/test.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,10 @@ declare const require: {
1717
// First, initialize the Angular testing environment.
1818
getTestBed().initTestEnvironment(
1919
BrowserDynamicTestingModule,
20-
platformBrowserDynamicTesting()
20+
platformBrowserDynamicTesting(),
21+
{ teardown: { destroyAfterEach: true }},
2122
);
23+
2224
// Then we find all the tests.
2325
const context = require.context('./test/', true, /\.spec\.ts$/);
2426
// And load the modules.

0 commit comments

Comments
 (0)