(dependencies) Updated Angular, Angular Material and various other dependencies

This commit is contained in:
sercan
2021-08-11 22:25:15 +03:00
parent 3dda8479cf
commit db9a2a2433
4 changed files with 755 additions and 815 deletions

View File

@@ -14,7 +14,8 @@ declare const require: {
// First, initialize the Angular testing environment.
getTestBed().initTestEnvironment(
BrowserDynamicTestingModule,
platformBrowserDynamicTesting()
platformBrowserDynamicTesting(),
{teardown: {destroyAfterEach: true}}
);
// Then we find all the tests.