@techor/jest
v3.2.5
Published
Techor's jest preset to improve performance
Readme
Getting Started
Skip if you have already run npm install techor:
npm install @techor/jest -DConfiguration
Create a jest.config.ts file in your project root and preset @techor/jest:
export default {
preset: '@techor/jest'
}