Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 271 Bytes

File metadata and controls

19 lines (11 loc) · 271 Bytes

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.