From 02fff39b0f0371bf72f2e8ea42d02f9851446a07 Mon Sep 17 00:00:00 2001 From: "Morten N.O. Henriksen" Date: Sun, 28 Nov 2021 13:02:52 +0100 Subject: [PATCH] fix(test): Integration test - investigate stdout --- test/integration/create-react-app/index.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/create-react-app/index.test.js b/test/integration/create-react-app/index.test.js index ce1b445c702..7c71a57d189 100644 --- a/test/integration/create-react-app/index.test.js +++ b/test/integration/create-react-app/index.test.js @@ -136,7 +136,7 @@ describe('create-react-app', () => { const { exitCode } = await run([projectName, '--template', 'typescript'], { cwd: __dirname, }); - + process.stdout.write('EO-Run\n'); // Assert for exit code expect(exitCode).toBe(0);