Skip to content

Commit 97c85af

Browse files
author
Matej Snuderl
committed
fix unit tests
1 parent 1da9998 commit 97c85af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/containers/AboutPage/AboutPage.spec.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import AboutPage from './AboutPage';
55

66
describe('<AboutPage />', () => {
77
it('Should render some text', () => {
8-
const { queryByText } = render(<AboutPage />);
8+
const { queryByText } = render(<AboutPage todos={{}} />);
99
expect(queryByText('We are a cool company.')).toBeInTheDocument();
1010
});
1111
});

0 commit comments

Comments
 (0)