diff --git a/tests/src/utils.js b/tests/src/utils.js index e48abf656a..ed04aa9678 100644 --- a/tests/src/utils.js +++ b/tests/src/utils.js @@ -13,7 +13,7 @@ export const parsers = { }; export function testFilePath(relativePath) { - return path.resolve(process.cwd(), './tests/files', relativePath); + return path.join(process.cwd(), './tests/files', relativePath); } export function getTSParsers() {