提交 bb27a30e 编写于 作者: S Sandeep Somavarapu

enable test

上级 98ab62b6
......@@ -60,7 +60,7 @@ suite('FileUserDataProvider', () => {
await pfs.rimraf(rootResource.fsPath, pfs.RimRafMode.MOVE);
});
test.skip('exists return false when file does not exist', async () => {
test('exists return false when file does not exist', async () => {
const exists = await testObject.exists(environmentService.settingsResource);
assert.equal(exists, false);
});
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册