Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove dependency on DOM in CommonMobileModule #3

Closed
viktor-podzigun opened this issue Jul 11, 2020 · 0 comments
Closed

Remove dependency on DOM in CommonMobileModule #3

viktor-podzigun opened this issue Jul 11, 2020 · 0 comments

Comments

@viktor-podzigun
Copy link
Contributor

Since we have to substitute references to react-native modules with corresponding mocks during test, we have used custom webpack config for it: sc-react-native-mocks.webpack.config.js which also required requireJsDomEnv in Test := true.

Apparently, there is a better way to mock modules on Node.js platform, by using:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant