Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 59977b8

Browse files
chore(test): update test.ts.
1 parent a8ff615 commit 59977b8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/test.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,9 @@ declare const require: {
1818
// First, initialize the Angular testing environment.
1919
getTestBed().initTestEnvironment(
2020
BrowserDynamicTestingModule,
21-
platformBrowserDynamicTesting()
21+
platformBrowserDynamicTesting(), {
22+
teardown: { destroyAfterEach: false }
23+
}
2224
);
2325
// Then we find all the tests.
2426
const context = require.context('./', true, /\.spec\.ts$/);

0 commit comments

Comments
 (0)