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 d82f066 commit 97741bdCopy full SHA for 97741bd
1 file changed
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