Skip to content

Commit bb27a30

Browse files
committed
enable test
1 parent 98ab62b commit bb27a30

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/vs/workbench/services/userData/test/electron-browser/fileUserDataProvider.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ suite('FileUserDataProvider', () => {
6060
await pfs.rimraf(rootResource.fsPath, pfs.RimRafMode.MOVE);
6161
});
6262

63-
test.skip('exists return false when file does not exist', async () => {
63+
test('exists return false when file does not exist', async () => {
6464
const exists = await testObject.exists(environmentService.settingsResource);
6565
assert.equal(exists, false);
6666
});

0 commit comments

Comments
 (0)