status-mobile/doc/TESTING.md
Andrea Maria Piana 9bcbb580e1
Add login integration test
Signed-off-by: Andrea Maria Piana <andrea.maria.piana@gmail.com>
2022-06-08 13:43:32 +01:00

271 B

Testing

Unit & integration tests

To run tests:

   make test

To watch the tests:

   make test-watch

Tests will use the bindings in modules/react-native-status/nodejs, if you make any changes to these you will need to restart the watcher.