mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-23 10:08:49 +01:00
tests - remove only usage
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user