Skip to content
This repository has been archived by the owner on May 3, 2024. It is now read-only.

Commit

Permalink
feat(conditionalPolyfill): uncomment logging
Browse files Browse the repository at this point in the history
  • Loading branch information
timBarton96 committed Mar 8, 2024
1 parent 65a6992 commit 617ec89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion __tests__/integration/helpers/testRunner.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ const setUpTestRunner = async ({
dockerComposeUpProcess.stderr.pipe(logWatcherDuplex);

// uncomment this line in order to view full logs for debugging
// logWatcherDuplex.pipe(process.stdout);
logWatcherDuplex.pipe(process.stdout);

try {
await Promise.all([
Expand Down

0 comments on commit 617ec89

Please sign in to comment.