mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-21 00:59:03 +01:00
Fix rootPath test
This commit is contained in:
@@ -13,7 +13,7 @@ suite('workspace-namespace', () => {
|
||||
teardown(closeAllEditors);
|
||||
|
||||
test('rootPath', () => {
|
||||
assert.ok(pathEquals(vscode.workspace.rootPath!, join(__dirname, '../../testWorkspace')));
|
||||
assert.equal(vscode.workspace.rootPath, undefined);
|
||||
});
|
||||
|
||||
test('workspaceFile', () => {
|
||||
|
||||
Reference in New Issue
Block a user