mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-21 00:59:03 +01:00
web - fix single folder api tests
This commit is contained in:
@@ -219,7 +219,7 @@ suite('editor tests', () => {
|
||||
return testEditorContents('/far.js');
|
||||
});
|
||||
|
||||
test('editor contents are correct read (large file)', async function () {
|
||||
test('editor contents are correctly read (large file)', async function () {
|
||||
return testEditorContents('/lorem.txt');
|
||||
});
|
||||
|
||||
|
||||
@@ -38,7 +38,9 @@ suite('env-namespace', () => {
|
||||
} else if (typeof remoteName === 'string') {
|
||||
// running in remote, so we only expect workspace extensions
|
||||
assert.ok(knownWorkspaceExtension);
|
||||
assert.ok(!knownUiExtension); // we currently can only access extensions that run on same host
|
||||
if (env.uiKind === UIKind.Desktop) {
|
||||
assert.ok(!knownUiExtension); // we currently can only access extensions that run on same host
|
||||
}
|
||||
assert.equal(ExtensionKind.Workspace, knownWorkspaceExtension!.extensionKind);
|
||||
} else {
|
||||
assert.fail();
|
||||
|
||||
Reference in New Issue
Block a user