mirror of
https://github.com/elastic/kibana.git
synced 2025-06-28 03:01:21 -04:00
## Summary Part of https://github.com/elastic/kibana/issues/150309 Purpose of the PR is to create the skeleton of the ZDT algorithm, in order to make sure we're all aligned on the way we'll be managing our codebase between the 2 implementation (and to ease with the review of the follow-up PRs by not having the bootstrap of the algo to review at the same time) --------- Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com> |
||
---|---|---|
.. | ||
src | ||
index.ts | ||
jest.config.js | ||
kibana.jsonc | ||
package.json | ||
README.md | ||
tsconfig.json |
@kbn/core-saved-objects-migration-server-mocks
This package contains mocks for core's server-side savedObjects migration feature.
- mockKibanaMigrator
- migrationMocks
Note: the package is supposed to only be needed for core's internal testing, as all the mocks are for internal Core components that are not publicly exposed.