Techor's jest preset to improve performance 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' }