tracim / mobile_app

The mobile application of Tracim

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

✨ Feat: Add end-to-end and unit tests

gbonaspetti opened this issue · comments

Feature description

As a developer I would love that the code have end-to-end and unit tests to help me with regressions and code rules.

How it works

It should include linting tests.
The functional tests should include iOS and Android systems.

See React Native Documentation.
We can maybe use Jest and/or react-native-testing-library

Related PR

No response