FormidableLabs / FormidableLabs/react-native-owl
[iOS] tests don't run in debug mode
Open
- Dominant language
- TypeScript
- Stars
- 694
- Forks
- 27
- PR merge metrics
- No merged PRs in 30d
Description
When building the app in debug mode, the app launches nicely when running the test but then nothing happens and jest will eventually timeout:
```
Timeout - Async callback was not invoked within the 5000 ms timeout specified by jest.setTimeout.Error: Timeout - Async callback was not invoked within the 5000 ms timeout specified by jest.setTimeout.
```
is this expected?
Contributor guide
Assessment
This issue has not been assessed yet.