Fix NavigatorContainer test (fixes CI) (#4327)

This commit is contained in:
Louis Lagrange 2018-05-24 17:43:58 +02:00 committed by Eric Vicenti
parent 22926c5230
commit d50e74d0c7

View File

@ -208,7 +208,7 @@ describe('NavigationContainer', () => {
let spy = {};
beforeEach(() => {
spy.console = jest.spyOn(console, 'error').mockImplementation(() => {});
spy.console = jest.spyOn(console, 'warn').mockImplementation(() => {});
});
afterEach(() => {