Skip to content
Snippets Groups Projects
Commit b30c16ab authored by Rémi PAILHAREY's avatar Rémi PAILHAREY :fork_knife_plate:
Browse files

review: explicit store definition for tests

parent 59fc8e65
No related branches found
No related tags found
1 merge request!1231feat: newsletter opt-in
...@@ -105,6 +105,7 @@ describe('TermsView component', () => { ...@@ -105,6 +105,7 @@ describe('TermsView component', () => {
...mockGlobalState, ...mockGlobalState,
termsStatus: { accepted: false, versionType: 'init' }, termsStatus: { accepted: false, versionType: 'init' },
}, },
profile: { ...mockProfileState, sendAnalysisNotification: true },
}) })
const { container } = render( const { container } = render(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment