Skip to content

Commit a2437fa

Browse files
committed
fixup! Turbopack: support config.turbopack and deprecate config.experimental.turbopack.
1 parent 1ccf75a commit a2437fa

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/integration/production-build-dir/test/index.test.js

+1-2
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,11 @@ describe('Production Custom Build Directory', () => {
1515
() => {
1616
describe('With basic usage', () => {
1717
it('should render the page', async () => {
18-
const result = await runNextCommand(['build', 'build'], {
18+
await runNextCommand(['build', 'build'], {
1919
cwd: join(__dirname, '..'),
2020
stdout: true,
2121
stderr: true,
2222
})
23-
expect(result.stderr).toBe('')
2423

2524
const appPort = await findPort()
2625
const app = await nextStart(join(__dirname, '../build'), appPort)

0 commit comments

Comments
 (0)