mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
parent
9cd9b9ebfc
commit
70fee59157
1 changed files with 2 additions and 2 deletions
|
@ -24,12 +24,12 @@ jest.mock('react-ace', () => {
|
|||
editor = {
|
||||
textInput: {
|
||||
getElement() {
|
||||
return { addEventListener() {} };
|
||||
return { removeAttribute() {}, addEventListener() {} };
|
||||
}
|
||||
}
|
||||
};
|
||||
render() {
|
||||
return null;
|
||||
return <div />;
|
||||
}
|
||||
};
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue