We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0baa80b commit 1060174Copy full SHA for 1060174
1 file changed
packages/language-server/test/ts/server.js
@@ -122,7 +122,7 @@ export async function getTsServer() {
122
* @returns {string} The absolute path.
123
*/
124
export function fixturePath(relativePath) {
125
- return path.join(fixturesPath, relativePath)
+ return path.join(fixturesPath, relativePath).replaceAll('\\', '/')
126
}
127
128
/**
0 commit comments