提交 3067e4c3 编写于 作者: B Benjamin Pasero

fix tests more

上级 4c05804c
......@@ -79,6 +79,7 @@ suite('MainThreadEditors', () => {
const textEditorModel: ITextEditorModel = new class extends mock<ITextEditorModel>() {
textEditorModel = modelService.getModel(resource);
};
textEditorModel.isReadonly = () => false;
return TPromise.as(new ImmortalReference(textEditorModel));
}
};
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册