Skip to content

Commit

Permalink
Update integration/lazy-modules/e2e/lazy-import-global-modules.spec.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilmysliwiec authored and LeoAnesi committed Jul 31, 2022
1 parent f022a62 commit 899bd93
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ describe('Lazy imports', () => {
server = app.getHttpAdapter().getInstance();
});

it(`Should allow imports of global modules`, async () => {
it(`should allow imports of global modules`, async () => {
await expect(app.init()).to.eventually.be.fulfilled;
});

Expand Down

0 comments on commit 899bd93

Please sign in to comment.