Skip to content

Commit

Permalink
Fix prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
timneutkens committed Dec 8, 2022
1 parent b28b62d commit 834c405
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/e2e/app-dir/import.test.ts
Expand Up @@ -25,7 +25,6 @@ describe('app dir imports', () => {
})
})
afterAll(() => next.destroy())

;['js', 'jsx', 'ts', 'tsx'].forEach((ext) => {
it(`we can import all components from .${ext}`, async () => {
const html = await renderViaHTTP(next.url, `/${ext}`)
Expand Down

0 comments on commit 834c405

Please sign in to comment.