We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
config.turbopack
config.experimental.turbopack
1 parent 31425b1 commit 46c2f24Copy full SHA for 46c2f24
test/integration/production-build-dir/test/index.test.js
@@ -15,12 +15,11 @@ describe('Production Custom Build Directory', () => {
15
() => {
16
describe('With basic usage', () => {
17
it('should render the page', async () => {
18
- const result = await runNextCommand(['build', 'build'], {
+ await runNextCommand(['build', 'build'], {
19
cwd: join(__dirname, '..'),
20
stdout: true,
21
stderr: true,
22
})
23
- expect(result.stderr).toBe('')
24
25
const appPort = await findPort()
26
const app = await nextStart(join(__dirname, '../build'), appPort)
0 commit comments