We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1da9998 commit 97c85afCopy full SHA for 97c85af
src/containers/AboutPage/AboutPage.spec.tsx
@@ -5,7 +5,7 @@ import AboutPage from './AboutPage';
5
6
describe('<AboutPage />', () => {
7
it('Should render some text', () => {
8
- const { queryByText } = render(<AboutPage />);
+ const { queryByText } = render(<AboutPage todos={{}} />);
9
expect(queryByText('We are a cool company.')).toBeInTheDocument();
10
});
11
0 commit comments