Skip to content

Commit 257dedc

Browse files
committed
Use default Turbopack mode in integration test
1 parent 481bfc1 commit 257dedc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

integrations/turbopack/loader.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ test(
4848
},
4949
},
5050
async ({ fs, spawn, expect }) => {
51-
let process = await spawn('pnpm next dev --turbopack')
51+
let process = await spawn('pnpm next dev')
5252

5353
let url = ''
5454
await process.onStdout((message) => {

0 commit comments

Comments
 (0)