prokuranepal / inventory_app

https://prokuranepal.github.io/inventory_app/
GNU Affero General Public License v3.0
8 stars 14 forks source link

Test for Iconbutton #42

Open sazan10 opened 4 years ago

sazan10 commented 4 years ago

IconButton needs test IconButton.js

The tests should perform at least

The project tests are based on jest and enzyme. Tests like test1 or test2 could serve as references.

Coutinho100 commented 3 years ago

I would like to work on this @sazan10.

sazan10 commented 3 years ago

Sure @Coutinho100, I have assigned the issue to you.

Coutinho100 commented 3 years ago

Seems like you have used Platform in the IconButton. Should I mock it or have you been handling it in a different way?

sazan10 commented 3 years ago

Yes, we have mocked it as well. You could refer test_function for platform mocks as well as other mocks and functions🙂