Skip to content

Commit 1060174

Browse files
committed
Update server.js
1 parent 0baa80b commit 1060174

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/language-server/test/ts/server.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ export async function getTsServer() {
122122
* @returns {string} The absolute path.
123123
*/
124124
export function fixturePath(relativePath) {
125-
return path.join(fixturesPath, relativePath)
125+
return path.join(fixturesPath, relativePath).replaceAll('\\', '/')
126126
}
127127

128128
/**

0 commit comments

Comments
 (0)