scaffolder-backend: fix template fetch test on windows

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2022-07-13 11:13:17 +02:00
parent 74ed37a31e
commit 65dc489881
@@ -354,7 +354,7 @@ describe('fetch:template', () => {
await expect(
fs.realpath(`${workspacePath}/target/symlink`),
).resolves.toBe(`${workspacePath}/target/a-binary-file.png`);
).resolves.toBe(joinPath(workspacePath, 'target', 'a-binary-file.png'));
});
});