Skip to content

Commit b3129a5

Browse files
committed
also ignore type errors in prefetch test
1 parent 30a7853 commit b3129a5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

test/e2e/next-form/default/next-form-prefetch.test.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,11 @@ const _describe =
1515
_describe('app dir - form prefetching', () => {
1616
const { next } = nextTestSetup({
1717
files: __dirname,
18+
nextConfig: {
19+
typescript: {
20+
ignoreBuildErrors: true,
21+
},
22+
},
1823
})
1924

2025
it("should prefetch a loading state for the form's target", async () => {

0 commit comments

Comments
 (0)