Replies: 1 comment 2 replies
|
Do you want to test the actual functionality of RNQC? If so, our test suite and example app do that. It is in an example app so that the tests run on an actual device or simulator, and not NodeJS. The reason for this library is that React Native environments do not have all of the Node APIs available. If you are only interested in your app's functionality, I imagine the mocks could easily be generated in your test suite by a LLM. |
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
How can one test their app that uses
react-native-quick-crypto? Can you provide nodejs mocks?All reactions