1
0
Fork 1
mirror of https://github.com/SomboChea/ui synced 2024-06-01 17:15:06 +07:00

chore: add note

This commit is contained in:
Juan Picado @jotadeveloper 2019-08-12 07:54:14 +02:00
parent ce3b22579f
commit 3d7b230c71
No known key found for this signature in database
GPG Key ID: 15AA875EF3768142

View File

@ -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');
});
});