Skip to content

Commit

Permalink
Update index.test.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Timer authored Oct 22, 2019
1 parent 4a3ae94 commit 039b6aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/chunking/test/index.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ describe('Chunking', () => {
}
const { stdout, stderr } = await nextBuild(appDir, [], {
stdout: true,
stderr: true,
stderr: true
})
console.log(stdout)
console.error(stderr)
Expand Down

0 comments on commit 039b6aa

Please sign in to comment.