diff --git a/src/components/Developers/Developers.test.tsx b/src/components/Developers/Developers.test.tsx index bda8373..d8cf886 100644 --- a/src/components/Developers/Developers.test.tsx +++ b/src/components/Developers/Developers.test.tsx @@ -98,6 +98,7 @@ describe('test Developers', () => { ); const item2 = wrapper.find(Fab); + // TODO: I am not sure here how to verify the method inside the component was called. item2.simulate('click'); }); });