Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8ff615 commit 59977b8Copy full SHA for 59977b8
src/test.ts
@@ -18,7 +18,9 @@ declare const require: {
18
// First, initialize the Angular testing environment.
19
getTestBed().initTestEnvironment(
20
BrowserDynamicTestingModule,
21
- platformBrowserDynamicTesting()
+ platformBrowserDynamicTesting(), {
22
+ teardown: { destroyAfterEach: false }
23
+}
24
);
25
// Then we find all the tests.
26
const context = require.context('./', true, /\.spec\.ts$/);
0 commit comments