Romain Leduc

Results 1 issues of Romain Leduc

Hello, the MockedProvider class not working correctly for me. Example with MockedProvider: ``` describe('SignupForm', () => { test('renders without error', () => { renderer.create( console.log('redirect')} /> , ); }); });...