Skip to content

Commit

Permalink
Merge branch 'master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
ericvicenti committed May 25, 2018
2 parents 99c7bde + d50e74d commit 8334afb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/__tests__/NavigationContainer-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ describe('NavigationContainer', () => {
let spy = {};

beforeEach(() => {
spy.console = jest.spyOn(console, 'error').mockImplementation(() => {});
spy.console = jest.spyOn(console, 'warn').mockImplementation(() => {});
});

afterEach(() => {
Expand Down

0 comments on commit 8334afb

Please sign in to comment.