@mysetup/jest-config
v2.0.0
Published
A base [Jest](https://jestjs.io/) configuration with [ts-jest](https://kulshekhar.github.io/ts-jest/), [React Testing Library](https://testing-library.com/docs/react-testing-library/intro/), and [Jest aXe](https://github.com/nickcolley/jest-axe).
Downloads
35
Readme
@mysetup/jest-config
A base Jest configuration with ts-jest, React Testing Library, and Jest aXe.
Usage
const jestConfig = require("@mysetup/jest-config");
module.exports = {
...jestConfig,
// Additional configuration
};