Package Exports
- @dztools/jest-config-react
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@dztools/jest-config-react) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
@dztools/jest-config-react
Jest configuration for React + JavaScript templates.
Installation and Dependencies
To install the package:
[npm i -D || yarn add -D] @dztools/jest-config-reactIf peer dependencies are needed, run the following:
[npm i -D || yarn add -D] @testing-library/react jestUsage
In your local jest.config.js file:
module.exports = {
preset: '@dztools/jest-config-react'
};Notes
- This package has been created with the needs of the React Scaffolder Yeoman generator in mind.
@testing-library/jest-dom/extend-expectis configured as part of this package.- All defaults are overridable.