mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 18:49:00 +01:00
[css] enable tests (fixes #74937)
This commit is contained in:
@@ -67,13 +67,13 @@ suite('Links', () => {
|
||||
);
|
||||
});
|
||||
|
||||
// test('url links', function () {
|
||||
test('node module resolving', function () {
|
||||
|
||||
// let testUri = getTestResource('about.css');
|
||||
// let folders = [{ name: 'x', uri: getTestResource('') }];
|
||||
let testUri = getTestResource('about.css');
|
||||
let folders = [{ name: 'x', uri: getTestResource('') }];
|
||||
|
||||
// assertLinks('html { background-image: url("~foo/hello.html|")',
|
||||
// [{ offset: 29, value: '"~foo/hello.html"', target: getTestResource('node_modules/foo/hello.html') }], testUri, folders
|
||||
// );
|
||||
// });
|
||||
assertLinks('html { background-image: url("~foo/hello.html|")',
|
||||
[{ offset: 29, value: '"~foo/hello.html"', target: getTestResource('node_modules/foo/hello.html') }], testUri, folders
|
||||
);
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user