CITEI / Comunizika

An app to support teaching children with microcephaly due to the Zika virus disease
0 stars 0 forks source link

Testing #24

Open nickolasrm opened 1 year ago

nickolasrm commented 1 year ago

Unit tests are the most common and easy way to make sure our code is going to break while we release new versions of it. This project code is mostly not tested, and this may generate problems in the future. Implement unit tests for all the relevant components of this system and fix any discovered bugs while testing it.

The success criteria for this issue >99% coverage

nickolasrm commented 1 year ago

Use jest for this task