kibana/packages/analytics/client/src
Jonathan Budzenski 2ac7ebe3bf
Upgrade to Jest 29 (#143319)
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>
2022-11-18 09:40:16 -06:00
..
analytics_client Upgrade to Jest 29 (#143319) 2022-11-18 09:40:16 -06:00
events add flexible EBT Performance Metric Schema (#136395) 2022-08-03 15:21:24 +03:00
schema [EBT] Validate event&context payloads in dev-mode (#135061) 2022-07-04 15:42:08 +02:00
shippers [EBT] Add flush method and call it during stop (#144925) 2022-11-16 14:48:11 +01:00
mocks.ts [EBT] Split @elastic/analytics package (#130574) 2022-04-20 15:45:37 +02:00