@myprofile/jest-config
v1.7.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
512
Readme
@myprofile/jest-config
A base Jest configuration with ts-jest, React Testing Library, and Jest aXe.
Usage
const jestConfig = require("@myprofile/jest-config");
module.exports = {
...jestConfig,
// Additional configuration
};