Skip to content

Commit 0a029a4

Browse files
committed
Merge branch 'timfish/test/ensure-bunlder-resolution' into timfish/test/remove-old-integration-tests
2 parents 50f9c3f + 163db53 commit 0a029a4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • packages/integration-tests-next/fixtures

packages/integration-tests-next/fixtures/utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ export function readAllFiles(
4747
.replaceAll(/"nodeVersion": \d+/g, `"nodeVersion":"NODE_VERSION"`)
4848
.replaceAll(/nodeVersion:\d+/g, `nodeVersion:"NODE_VERSION"`)
4949
.replaceAll(/nodeVersion: \d+/g, `nodeVersion:"NODE_VERSION"`)
50-
.replaceAll(process.cwd(), "");
50+
.replaceAll(process.cwd().replace(/\\/g, "/"), "");
5151

5252
if (customReplacer) {
5353
contents = customReplacer(contents);

0 commit comments

Comments
 (0)