zetachang / react-native-dotenv

A Babel preset let you import application configs from .env file (zero runtime dependency)
MIT License
915 stars 68 forks source link

how to mock this when using jest? #71

Closed sibelius closed 4 years ago

renanborgez commented 4 years ago

https://github.com/luggit/react-native-config

sibelius commented 4 years ago

mocks react-native-dotenv.js

export const NODE_ENV = 'NODE_ENV';
DavitVosk commented 4 years ago

@sibelius what your comment means? Can you please explain?