3.1.0 • Published 5 years ago
@immowelt/jest-preset-react v3.1.0
@immowelt/jest-preset-react
Common configuration options for Jest in React environments. Supports also enzyme and css-modules.
Usage
If you want to use the @immowelt/jest-preset-react, you can install it by executing:
yarn add @immowelt/jest-preset-react --devThen add the following contents into the package.json:
{
...,
"jest": {
"preset": "@immowelt/jest-preset-react"
},
...
}Contributing
See the CONTRIBUTING.md file at the root of the repository.
Licensing
See the LICENSE file at the root of the repository.