Skip to content

Commit 02fff39

Browse files
author
Morten N.O. Henriksen
committed
fix(test): Integration test - investigate stdout
1 parent f61f20d commit 02fff39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/create-react-app/index.test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ describe('create-react-app', () => {
136136
const { exitCode } = await run([projectName, '--template', 'typescript'], {
137137
cwd: __dirname,
138138
});
139-
139+
process.stdout.write('EO-Run\n');
140140
// Assert for exit code
141141
expect(exitCode).toBe(0);
142142

0 commit comments

Comments
 (0)