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', () => {
     it('should be settable', () => {
       let style = {
       let style = {
         className: 'foo',
         className: 'foo',
-        displayName: 'bar'
+        displayName: 'bar',
+        color: 'black'
       };
       };
       editor.selectionStyle = style;
       editor.selectionStyle = style;
       expect(editor.selectionStyle).to.eql(style);
       expect(editor.selectionStyle).to.eql(style);