Skip to content

Commit

Permalink
Update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kqualters-elastic committed Nov 17, 2020
1 parent 9296c14 commit 90d8e8e
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,9 @@ describe('Spy Routes', () => {
});
wrapper.update();
expect(dispatchMock.mock.calls[0]).toEqual([
{ type: 'updateSearch', search: '?updated="true"' },
]);
expect(dispatchMock.mock.calls[1]).toEqual([
{
route: {
detailName: undefined,
Expand Down

0 comments on commit 90d8e8e

Please sign in to comment.