Skip to content

Commit

Permalink
fix unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
KrisCoulson committed Jun 7, 2023
1 parent 7350273 commit 3fa68d8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/internal/src/__tests__/nestedPages.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ describe('User specified imports, with static imports', () => {
describe('pages without explicit import', () => {
describe('static prerender imports', () => {
it('Adds loaders for non-nested pages', () => {
outputWithStaticImports //?
expect(outputWithStaticImports).toContain(
`const LoginPage = {
name: "LoginPage",
Expand Down

0 comments on commit 3fa68d8

Please sign in to comment.