mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-23 01:58:53 +01:00
more test to cement current behaviour, #1396
This commit is contained in:
@@ -20,6 +20,8 @@ suite('workspace-namespace', () => {
|
||||
|
||||
assert.ok(config.has('config0'));
|
||||
assert.equal(config.get('config0'), true);
|
||||
assert.equal(config.get('config4'), '');
|
||||
|
||||
assert.ok(config.has('nested.config1'));
|
||||
assert.equal(config.get('nested.config1'), 42);
|
||||
assert.ok(config.has('nested.config2'));
|
||||
|
||||
Reference in New Issue
Block a user