Skip to content

Commit

Permalink
Fix windows test
Browse files Browse the repository at this point in the history
  • Loading branch information
wolmir committed Oct 4, 2022
1 parent 4863de8 commit 257daf6
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions languageServer/src/test/definitions.test.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import path from 'path'
import { Position, Range } from 'vscode-languageserver/node'
import { TextDocument } from 'vscode-languageserver-textdocument'
import {
Expand Down Expand Up @@ -103,12 +104,7 @@ describe('textDocument/definitions', () => {
{
languageId: 'json',
mockContents: '',
mockPath: 'moreParams/otherParams.json'
},
{
languageId: 'blankLang',
mockContents: '',
mockPath: 'data/blankFile'
mockPath: path.join('moreParams', 'otherParams.json')
}
])

Expand Down

0 comments on commit 257daf6

Please sign in to comment.