0.1.25 • Published 2 years ago

@atir-naveed-geeksltd/jest-config-react v0.1.25

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

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

0.1.25

2 years ago

0.1.24

2 years ago

0.1.23

2 years ago

0.1.22

2 years ago

0.1.21

2 years ago

0.1.20

2 years ago

0.1.18

2 years ago