alcpereira / 100hunters

Let's goooo
6 stars 11 forks source link

Unit testing React components #9

Open alcpereira opened 1 month ago

alcpereira commented 1 month ago

Description

For unit testing the components, there is an handy library: Testing Library. This should be integrated with Vitest (look for articles that explains this stack Vitest + Testing Library).

Bonus: Investigate for Remix components (see here)

ACs

alcpereira commented 1 month ago

Current work in progress in #36