waltergpc / sports_fantasy_fe

This repo will introduce an app for a sports fantasy app UI
0 stars 0 forks source link

Unit testing #1

Open waltergpc opened 1 year ago

waltergpc commented 1 year ago

Development within this project will be following testing driven development.

To start, unit testing will be implemented on every component trying to reach at least 80% of coverage

Testing will be implemented with jest and RTL.

On v1 delivery, end to end testing will be implemented, options for this can be discussed (cypress, selenium, etc)