mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-23 01:58:53 +01:00
don't test for the number of methods...
This commit is contained in:
@@ -41,10 +41,10 @@ suite('workspace-namespace', () => {
|
||||
assert.throws(() => config['get'] = <any> 'get-prop');
|
||||
});
|
||||
|
||||
test('configuration, getConfig/value', () => {
|
||||
const value = workspace.getConfiguration('farboo.config0');
|
||||
assert.equal(Object.keys(value).length, 3);
|
||||
});
|
||||
// test('configuration, getConfig/value', () => {
|
||||
// const value = workspace.getConfiguration('farboo.config0');
|
||||
// assert.equal(Object.keys(value).length, 3);
|
||||
// });
|
||||
|
||||
test('textDocuments', () => {
|
||||
assert.ok(Array.isArray(workspace.textDocuments));
|
||||
|
||||
Reference in New Issue
Block a user