Skip to content

Commit 4d99893

Browse files
committed
chore(lint): Fix lint
1 parent 2a5093c commit 4d99893

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ declare const require: {
1818
getTestBed().initTestEnvironment(
1919
BrowserDynamicTestingModule,
2020
platformBrowserDynamicTesting(),
21-
{ teardown: { destroyAfterEach: true }},
21+
{ teardown: { destroyAfterEach: true }}
2222
);
2323

2424
// Then we find all the tests.

0 commit comments

Comments
 (0)