We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ea452b commit 5f7ab25Copy full SHA for 5f7ab25
2 files changed
src/pages/Login/Login.test.js
@@ -4,9 +4,11 @@ import { Redirect } from 'react-router-dom';
4
import paths from '../Router/paths';
5
import Login from '.';
6
7
+jest.mock('react-firebaseui');
8
+
9
describe('<Login /> rendering', () => {
10
it('should render without crashing', () => {
- const { component } = mountWithProviders(<Login />)({
11
+ const { component } = shallowWithProviders(<Login />)({
12
auth: {
13
userData: {},
14
},
0 commit comments