react-native-test-helper

Stars
1

react-native-test-helper

Getting started

$ npm install react-native-test-helper --save

Mostly automatic installation

$ react-native link react-native-test-helper

Usage

import TestHelper from 'react-native-test-helper';

// TODO: What to do with the module?
TestHelper;