tests - remove only usage

This commit is contained in:
Benjamin Pasero
2021-09-15 16:40:21 +02:00
parent a91a307436
commit 8de035e09d

View File

@@ -16,7 +16,7 @@ suite('vscode API - globalState / workspaceState', () => {
extensionContext = (global as any).testExtensionContext;
});
test.only('state', async () => {
test('state', async () => {
for (const state of [extensionContext.globalState, extensionContext.workspaceState]) {
let keys = state.keys();
assert.strictEqual(keys.length, 0);