提交 428c3ee4 编写于 作者: B Benjamin Pasero

more reliable test

上级 354d4463
......@@ -139,17 +139,16 @@ suite('Config', () => {
let watcher = new ConfigWatcher<{ foo: string; }>(testFile);
setTimeout(function () {
fs.unlinkSync(testFile);
}, 50);
watcher.onDidUpdateConfiguration(event => {
assert.ok(event);
watcher.onDidUpdateConfiguration(event => {
assert.ok(event);
watcher.dispose();
watcher.dispose();
cleanUp(done);
});
cleanUp(done);
});
fs.unlinkSync(testFile);
}, 50);
});
});
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册