Updated angular to v13

This commit is contained in:
Isaac Abadi
2022-04-22 18:55:11 -04:00
parent 55dfc17d62
commit 5d540fc52a
9 changed files with 1811 additions and 4746 deletions

View File

@@ -22,7 +22,9 @@ __karma__.loaded = function () {};
// First, initialize the Angular testing environment.
getTestBed().initTestEnvironment(
BrowserDynamicTestingModule,
platformBrowserDynamicTesting()
platformBrowserDynamicTesting(), {
teardown: { destroyAfterEach: false }
}
);
// Then we find all the tests.
const context = require.context('./', true, /\.spec\.ts$/);