Skip to content

Commit 087cffc

Browse files
MrJithilRafaelGSS
authored andcommitted
test: fix message v8 not normalising alphanumeric paths
PR-URL: #50730 Fixes: #50724 Reviewed-By: Moshe Atlow <moshe@atlow.co.il> Reviewed-By: Vinícius Lourenço Claro Cardoso <contact@viniciusl.com.br> Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com>
1 parent 2f13db4 commit 087cffc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/parallel/test-node-output-v8-warning.mjs

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ describe('v8 output', { concurrency: true }, () => {
1313
.replaceAll(/:\d+/g, ':*')
1414
.replaceAll('/', '*')
1515
.replaceAll('*test*', '*')
16+
.replaceAll(/.*?\*fixtures\*v8\*/g, '(node:*) V8: *') // Replace entire path before fixtures/v8
1617
.replaceAll('*fixtures*v8*', '*')
1718
.replaceAll('node --', '* --');
1819
}

0 commit comments

Comments
 (0)