mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
fixing index table test (#29357)
This commit is contained in:
parent
c6f0595262
commit
51e0a807ad
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