This commit is contained in:
Martin Aeschlimann 2022-09-06 09:39:08 +02:00 committed by GitHub
parent dc51fb53f1
commit 3c9ab33d33
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 () {