Skip to content

Commit 555b9fc

Browse files
committed
Fix
1 parent d07a936 commit 555b9fc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/parallel/test-node-output-console.mjs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ function replaceStackTrace(str) {
1414
describe('console output', { concurrency: true }, () => {
1515
function normalize(str) {
1616
return str.replaceAll(snapshot.replaceWindowsPaths(process.cwd()), '').replaceAll('/', '*').replaceAll(process.version, '*').replaceAll(/\d+/g, '*').replaceAll('[*m', '');
17-
return str.replaceAll(snapshot.replaceWindowsPaths(process.cwd()), '').replaceAll('/', '*').replaceAll(process.version, '*').replaceAll(/\d+/g, '*').replaceAll('[*m', '');
1817
}
1918
const tests = [
2019
{ name: 'console/2100bytes.js' },

0 commit comments

Comments
 (0)