Skip to content

Commit

Permalink
update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
mattkime committed Sep 16, 2020
1 parent a0ed169 commit a1a5fd3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.

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 @@ -64,7 +64,10 @@ describe('Flyout', () => {
done: jest.fn(),
newIndexPatternUrl: '',
indexPatterns: {
getFields: jest.fn().mockImplementation(() => [{ id: '1' }, { id: '2' }]),
getCache: jest.fn().mockImplementation(() => [
{ id: '1', attributes: {} },
{ id: '2', attributes: {} },
]),
} as any,
overlays,
http,
Expand Down

0 comments on commit a1a5fd3

Please sign in to comment.