We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 592febf commit d448118Copy full SHA for d448118
frontend/src/__tests__/components/molecules/Header.test.tsx
@@ -157,7 +157,7 @@ describe('NhsNotifyHeader', () => {
157
});
158
159
it('matches snapshot (authenticated)', async () => {
160
- const header = await NhsNotifyHeader({});
+ const header = await NhsNotifyHeader();
161
162
const container = render(header);
163
expect(container.asFragment()).toMatchSnapshot();
0 commit comments