Skip to content

Commit

Permalink
fix: mock editor.create method
Browse files Browse the repository at this point in the history
  • Loading branch information
wewoor committed Feb 25, 2021
1 parent be09668 commit abe61d6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mock/monacoMock.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@ module.exports = {
editor: {
defineTheme: function (name, theme) {},
setTheme: function (theme) {},
create: function (dom, options, override) {},
},
};

0 comments on commit abe61d6

Please sign in to comment.