Testing best practices with React & Jest #3975
Unanswered
jamiedavenport
asked this question in
Q&A
Replies: 0 comments
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.
-
I'm looking for some advice on testing applications that use Capacitor. I wasn't able to find any obvious docs about testing best practices but I imagine that's because it's just the same as what the underlying tools use.
Context
An example path that I want to test looks like this:
Questions
isPluginAvailable
andCamera.getPhoto
, then clicking the upload button and asserting the state is as expected?Beta Was this translation helpful? Give feedback.
All reactions