Skip to content

Commit

Permalink
fixup! lib: cache source maps in vm sources
Browse files Browse the repository at this point in the history
  • Loading branch information
legendecas committed Mar 24, 2024
1 parent de497ad commit ff504b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/common/assertSnapshot.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ function transformCwd(replacement = '') {
const cwd = process.cwd();
return (str) => {
return str.replaceAll(cwd, replacement);
}
};
}

function transform(...args) {
Expand Down

0 comments on commit ff504b2

Please sign in to comment.