mirror of
https://github.com/elastic/kibana.git
synced 2025-04-22 17:04:01 -04:00
https://jestjs.io/blog/2022/04/25/jest-28 https://jestjs.io/blog/2022/08/25/jest-29 - jest.useFakeTimers('legacy') -> jest.useFakeTimers({ legacyFakeTimers: true }); - jest.useFakeTimers('modern'); -> jest.useFakeTimers(); - tests can either use promises or callbacks, but not both - test runner jasmine is no longer included, switch all suites to jest-circus Co-authored-by: Andrew Tate <andrew.tate@elastic.co> |
||
---|---|---|
.. | ||
analytics_client | ||
events | ||
schema | ||
shippers | ||
mocks.ts |