From 99ca0f3d8972de2b1f6f00574773e9b0fef25506 Mon Sep 17 00:00:00 2001 From: OJ Kwon Date: Mon, 21 Mar 2022 13:58:23 -0700 Subject: [PATCH] debug --- test/integration/production/test/index.test.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/test/integration/production/test/index.test.js b/test/integration/production/test/index.test.js index 5276dbf5db56..a10a9bc17ece 100644 --- a/test/integration/production/test/index.test.js +++ b/test/integration/production/test/index.test.js @@ -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 () => {