Replies: 1 comment
|
my suggestion is to make a it should work out of the box. |
0 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.
Uh oh!
There was an error while loading. Please reload this page.
Hi, I am trying to mock
react-native-dotenvbut the values used in the tests are not the mocked ones but the actual env ones.I am mocking it in my tests as:
All reactions