@atir-naveed-geeksltd/jest-config-react
v0.1.25
Published
Basic jest config for react apps
Downloads
23
Readme
Jest Config for React Apps
What is Jest?
Jest is a delightful JavaScript Testing Framework with a focus on simplicity.
About
Jest rules recommended by Medly to provide more configuration power to your react based web applications.
Shared jest config
Install
yarn add -D @atir-naveed-geeksltd/jest-config-react
Usage
Add below code in your jest.config.js
const { configure } = require('@atir-naveed-geeksltd/jest-config-react');
module.exports = configure({
rootDir: './'
});
Default config
You can view the default config here