Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
kwonoj committed Mar 21, 2022
1 parent 24e3d0d commit 99ca0f3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion test/integration/production/test/index.test.js
Expand Up @@ -56,7 +56,10 @@ describe('Production Usage', () => {
console.log(output)

if (result.code !== 0) {
throw new Error(`Failed to build, exited with code ${result.code}`)
throw new Error(
`Failed to build, exited with code ${result.code}`,
output
)
}
})
afterAll(async () => {
Expand Down

0 comments on commit 99ca0f3

Please sign in to comment.