A React-Native Android iOS Starter with single code base using Redux, Parse.com, Jest
bartonhammond on master
Fix build status (compare)
npm run test-chrome
in chrome there seem to be no source-maps applied? I only see some compiled code that is different from the original source.
This was brought up before in issue bartonhammond/snowflake#130 - I was hoping to get a PR that added the explanation. The main comment is this:
I have tested it and it's there for a reason! It's necessary because of Immutable. When serializing a state, it's saved as a plain object. But when deserializing it, it becomes a Map from Immutable instead of a Record. mergeDeep is there to reconstruct the Record.
Hello there! im starting with jest and react native in a project that use amazon amplify api as a backend. I created a simple test file to test an api call and when it runs fails with this error " ReferenceError: navigator is not defined
at Module.navigator (node_modules/@aws-amplify/analytics/dist/webpack:/lib-esm/Providers/AWSPinpointProvider.js:87:24)
....
"
Some idea of how to proceed with this?