couds / react-bulma-components

React components for Bulma framework
MIT License
1.2k stars 129 forks source link

Migrate tests to React Testing Library #311

Open couds opened 3 years ago

couds commented 3 years ago

After some research I think it will be better to migrate the tests to react testing library and stop using snapshot for the tests, instead check that the bulma classes are present

I will work on this after finishing the docs (I'm finally workling on them).

kennethnym commented 3 years ago

I'll help with the docs.

kennethnym commented 3 years ago

@couds I created a branch migrate-testing for this issue. I'll start working on migrating some of the tests when i am free.