Skip to content

Commit ff504b2

Browse files
committed
fixup! lib: cache source maps in vm sources
1 parent de497ad commit ff504b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/common/assertSnapshot.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ function transformCwd(replacement = '') {
4646
const cwd = process.cwd();
4747
return (str) => {
4848
return str.replaceAll(cwd, replacement);
49-
}
49+
};
5050
}
5151

5252
function transform(...args) {

0 commit comments

Comments
 (0)