Sudoo-Mocha-Config-React-Native

npm version downloads

Mocha configuration for TypeScript and React Native

Install

yarn add @sudoo/mocha-config-react-native --dev
# Or
npm install @sudoo/mocha-config-react-native --save-dev

Usage

Run the following command

mocha := node_modules/.bin/mocha
mocha-config := node_modules/@sudoo/mocha-config-react-native/.mocharc.json
$(mocha) --config $(mocha-config)