Skip to content

Commit

Permalink
Removes support for legacy exports (#110738)
Browse files Browse the repository at this point in the history
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
  • Loading branch information
TinaHeiligers and kibanamachine authored Sep 3, 2021
1 parent ed18699 commit 66cb058
Show file tree
Hide file tree
Showing 21 changed files with 32 additions and 1,530 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,6 @@ jest.doMock('../../../lib/resolve_import_errors', () => ({
resolveImportErrors: resolveImportErrorsMock,
}));

export const importLegacyFileMock = jest.fn();
jest.doMock('../../../lib/import_legacy_file', () => ({
importLegacyFile: importLegacyFileMock,
}));

export const resolveSavedObjectsMock = jest.fn();
export const resolveSavedSearchesMock = jest.fn();
export const resolveIndexPatternConflictsMock = jest.fn();
Expand Down
Loading

0 comments on commit 66cb058

Please sign in to comment.