浏览代码

Update test

Steven Silvester 7 年之前
父节点
当前提交
2261512540
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      test/src/codemirror/editor.spec.ts

+ 2 - 1
test/src/codemirror/editor.spec.ts

@@ -107,7 +107,8 @@ describe('CodeMirrorEditor', () => {
     it('should be settable', () => {
       let style = {
         className: 'foo',
-        displayName: 'bar'
+        displayName: 'bar',
+        color: 'black'
       };
       editor.selectionStyle = style;
       expect(editor.selectionStyle).to.eql(style);