react-native-mock-render-fork

0.0.7 • Public • Published

react-native-mock-render

A fork of react-native-mock-render

Installation

npm install react-native-mock-render-fork --save-dev
/* file-that-runs-before-all-of-my-tests.js */

// This will mutate `react-native`'s require cache with `react-native-mock`'s.
require('react-native-mock-render/mock'); // <-- side-effects!!!

Why?

We wanted to be able deeply render React Native components in our integration tests and already used react-native-mock.

Package Sidebar

Install

npm i react-native-mock-render-fork

Weekly Downloads

0

Version

0.0.7

License

MIT

Last publish

Collaborators

  • tirao