This commit is contained in:
Denys Vuika
2022-02-21 12:38:32 +00:00
parent 92806feabb
commit 65f4338d4c
28 changed files with 2316 additions and 3344 deletions

View File

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