提交 44c89d78 编写于 作者: R Rob Lourens

Fix unit tests

上级 b3df3297
......@@ -156,11 +156,7 @@ suite('NotebookViewModel', () => {
(editor, viewModel) => {
viewModel.notebookDocument.metadata = { editable: true, runnable: true, cellRunnable: true, cellEditable: true, hasExecutionOrder: true };
const defaults = {
runState: undefined,
statusMessage: undefined,
executionOrder: undefined
};
const defaults = {};
assert.deepEqual(viewModel.viewCells[0].getEvaluatedMetadata(viewModel.metadata), <NotebookCellMetadata>{
editable: true,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册