Skip to content

Commit 4f6a5d6

Browse files
committed
fix: Errorenous tests
1 parent f509a2b commit 4f6a5d6

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

test/vscode/vscode.test.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -85,12 +85,6 @@ describe('Vscode integration tests', async () => {
8585
expect(content['editor.fontSize']).to.equal(16);
8686
},
8787
},
88-
validateDestroy: async () => {
89-
const { data } = await testSpawn(`cat "${settingsFile}" 2>/dev/null || echo "{}"`);
90-
const content = JSON.parse(data!);
91-
expect(content['editor.fontSize']).to.be.undefined;
92-
expect(content['editor.formatOnSave']).to.be.undefined;
93-
},
9488
});
9589
});
9690
});

0 commit comments

Comments
 (0)