Skip to content

Commit

Permalink
fix(datepicker): fix datepicker spec (#850)
Browse files Browse the repository at this point in the history
  • Loading branch information
nnixaa committed Oct 2, 2018
1 parent a6fd98c commit a69e681
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ describe('nb-datepicker', () => {
RouterTestingModule.withRoutes([]),
NbThemeModule.forRoot({ name: 'default' }),
NbLayoutModule,
NbDatepickerModule,
NbDatepickerModule.forRoot(),
],
declarations: [NbDatepickerTestComponent],
});
Expand Down

0 comments on commit a69e681

Please sign in to comment.