@isfawwaz/jest-config-react
v1.0.0-rc.1
Published
Fawwaz's Jest react configuration with testing library
Downloads
1
Maintainers
Readme
@isfawwaz/jest-config-base
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;