1.0.0-rc.1 • Published 1 year ago

@isfawwaz/jest-config-react v1.0.0-rc.1

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

@isfawwaz/jest-config-base

NPM version Downloads

Installation

npm install --save-dev @isfawwaz/jest-config-react
# or
pnpm add -D @isfawwaz/jest-config-react
# or
yarn add -D @isfawwaz/jest-config-react

Usage

Create jest.config.js at the root of your project:

const jestConfig = require('@isfawwaz/jest-config-react');
module.exports = jestConfig;