Commit 6c3f0d51 authored by Luke "Jared" Bennett's avatar Luke "Jared" Bennett

Fix repo_editor_spec

parent 18bc8543
......@@ -10,7 +10,7 @@ describe('RepoEditor', () => {
}
it('renders an ide container', () => {
const monacoInstance = jasmine.createSpyObj('monacoInstance', ['onMouseUp', 'onKeyUp', 'setModel']);
const monacoInstance = jasmine.createSpyObj('monacoInstance', ['onMouseUp', 'onKeyUp', 'setModel', 'updateOptions']);
const monaco = {
editor: jasmine.createSpyObj('editor', ['create']),
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment