Skip to content
This repository was archived by the owner on Oct 1, 2018. It is now read-only.

Commit 2bf6f6d

Browse files
committed
test(app): fix failing app test after module refactor
1 parent d60da1b commit 2bf6f6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/app.component.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ describe('AppComponent', () => {
1515
imports: [
1616
RouterTestingModule,
1717
BrowserAnimationsModule,
18-
CoreModule,
18+
CoreModule.forRoot(),
1919
MatSidenavModule,
2020
MatListModule
2121
],

0 commit comments

Comments
 (0)