Skip to content

Commit

Permalink
fixing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
cauemarcondes committed Jun 14, 2021
1 parent 1746467 commit 82e61eb
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ jest.mock('../../kibana_services', () => ({
},
tutorialService: {
getModuleNotices: () => [],
setTutorial: jest.fn(),
getCustomComponent: jest.fn(),
},
}),
}));
Expand Down

0 comments on commit 82e61eb

Please sign in to comment.