提交 85323b97 编写于 作者: B Benjamin Pasero

fix tests on Windows

上级 d6fd1f2b
......@@ -787,7 +787,7 @@ suite('Disk File Service', () => {
test('watch - file symbolic link', async done => {
if (isWindows) {
return; // not happy
return done(); // not happy
}
const toWatch = URI.file(join(testDir, 'lorem.txt-linked'));
......@@ -894,7 +894,7 @@ suite('Disk File Service', () => {
test('watch - folder (non recursive) - symbolic link - change file', async done => {
if (isWindows) {
return; // not happy
return done(); // not happy
}
const watchDir = URI.file(join(testDir, 'deep-link'));
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册