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 1060174 commit 54cdb81Copy full SHA for 54cdb81
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).replaceAll('\\', '/')
+ return path.join(fixturesPath, relativePath)
126
}
127
128
/**
0 commit comments