mirror of
https://github.com/status-im/status-react.git
synced 2025-01-11 03:26:31 +00:00
9bcbb580e1
Signed-off-by: Andrea Maria Piana <andrea.maria.piana@gmail.com>
20 lines
271 B
Markdown
20 lines
271 B
Markdown
# 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.
|