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