Skip to content

Commit

Permalink
test: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-akait committed Aug 15, 2024
1 parent 5626d5b commit 7fc2981
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/logging.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ function stdoutToSnapshot(stdout) {
cleanedStdout = cleanedStdout.replace(/ +/g, " ");
cleanedStdout = cleanedStdout.replace(/^ +/gm, "");
cleanedStdout = cleanedStdout.replace(/ +$/gm, "");
cleanedStdout = cleanedStdout.replace(/\[compared for emit\]/g, "[emitted]");

return cleanedStdout;
}
Expand Down

0 comments on commit 7fc2981

Please sign in to comment.