提交 8e809b02 编写于 作者: B Benjamin Pasero

web - fix single folder api tests

上级 3f1f3633
......@@ -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();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册