Skip to content

Commit d6aea7f

Browse files
authored
rename file
1 parent 999b76e commit d6aea7f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/parallel/test-output-assertion.mjs renamed to test/parallel/test-node-output-assertion.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ describe('assertion output', { concurrency: true }, () => {
1313
.replaceAll(snapshot.replaceWindowsPaths(process.cwd()), '')
1414
.replaceAll('/', '*')
1515
.replaceAll(process.version, '*')
16-
.replaceAll(/:\d+/g, ':*')
16+
.replaceAll(/:\d+/g, ':*');
1717
}
1818

1919
const common = snapshot

0 commit comments

Comments
 (0)