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'
}Skip if you have already run npm install techor:
npm install @techor/jest -D
Create a jest.config.ts file in your project root and preset @techor/jest:
export default {
preset: '@techor/jest'
}