Skip to content

Commit

Permalink
test: fix prop type warnings in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
juancarlosfarah committed May 24, 2019
1 parent 729fe94 commit 30849af
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/App.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ describe('<App />', () => {
changeLanguage: jest.fn(),
},
t: jest.fn(),
headerVisible: true,
ready: false,
dispatchGetContext: jest.fn(),
dispatchGetAppInstance: jest.fn(),
dispatchGetAppInstanceResources: jest.fn(),
Expand Down

0 comments on commit 30849af

Please sign in to comment.