1.7.0 • Published 8 months ago

@myprofile/jest-config v1.7.0

Weekly downloads
-
License
MIT
Repository
-
Last release
8 months ago

@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
};