Skip to content

Commit

Permalink
fix(test): Integration test - investigate stdout
Browse files Browse the repository at this point in the history
  • Loading branch information
Morten N.O. Henriksen committed Nov 28, 2021
1 parent f61f20d commit 02fff39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/create-react-app/index.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit 02fff39

Please sign in to comment.