mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
parent
94fe0047f7
commit
be432c0d89
226 changed files with 969 additions and 949 deletions
|
@ -37,7 +37,7 @@ describe('Runtime field editor', () => {
|
|||
const lastOnChangeCall = (): FormState[] => onChange.mock.calls[onChange.mock.calls.length - 1];
|
||||
|
||||
beforeAll(() => {
|
||||
jest.useFakeTimers();
|
||||
jest.useFakeTimers('legacy');
|
||||
});
|
||||
|
||||
afterAll(() => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue