mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-23 11:49:38 +00:00
fix tests (#160146)
This commit is contained in:
committed by
GitHub
parent
dc51fb53f1
commit
3c9ab33d33
@@ -55,7 +55,7 @@ suite('Links', () => {
|
||||
}
|
||||
|
||||
function getTestResource(path: string) {
|
||||
return URI.file(resolve(__dirname, '../../test/linksTestFixtures', path)).toString();
|
||||
return URI.file(resolve(__dirname, '../../test/linksTestFixtures', path)).toString(true);
|
||||
}
|
||||
|
||||
test('url links', async function () {
|
||||
|
||||
Reference in New Issue
Block a user