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 2a5093c commit 4d99893Copy full SHA for 4d99893
src/test.ts
@@ -18,7 +18,7 @@ declare const require: {
18
getTestBed().initTestEnvironment(
19
BrowserDynamicTestingModule,
20
platformBrowserDynamicTesting(),
21
- { teardown: { destroyAfterEach: true }},
+ { teardown: { destroyAfterEach: true }}
22
);
23
24
// Then we find all the tests.
0 commit comments