Skip to content

Commit

Permalink
fix: inherit stdio to run tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nilshah98 committed Oct 24, 2023
1 parent 87e77b3 commit 9289b33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/storybook.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ describe('percy storybook', () => {
'--config-dir=./test/.storybook',
'--port=9000',
'--ci'
]);
], { stdio: 'inherit' });

// wait for storybook to become available
await request('http://localhost:9000', {
Expand Down

0 comments on commit 9289b33

Please sign in to comment.