diff --git a/frontend/src/components/DecayInformations/CollapseLinksList.spec.js b/frontend/src/components/DecayInformations/CollapseLinksList.spec.js index 68d5d427f..fddc00317 100644 --- a/frontend/src/components/DecayInformations/CollapseLinksList.spec.js +++ b/frontend/src/components/DecayInformations/CollapseLinksList.spec.js @@ -10,6 +10,12 @@ const mocks = { $tc: jest.fn((tc) => tc), $t: jest.fn((t) => t), $d: jest.fn((d) => d), + $store: { + state: { + firstName: 'Bibi', + lastName: 'Bloxberg', + }, + }, } const propsData = {