Skip to content

Commit 3d7b230

Browse files
committed
chore: add note
1 parent ce3b225 commit 3d7b230

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/Developers/Developers.test.tsx

+1
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ describe('test Developers', () => {
9898
);
9999

100100
const item2 = wrapper.find(Fab);
101+
// TODO: I am not sure here how to verify the method inside the component was called.
101102
item2.simulate('click');
102103
});
103104
});

0 commit comments

Comments
 (0)