Steven Silvester %!s(int64=7) %!d(string=hai) anos
pai
achega
2261512540
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  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);