pricing4ts
Version:
 Pricing4TS is a TypeScript-based toolkit designed to enhance the server-side functionality of a pricing-driven SaaS by enabling the seamless integration of pricing plans into the application logic. T
12 lines (9 loc) • 301 B
text/typescript
import { type JestConfigWithTsJest, createDefaultPreset } from 'ts-jest'
const defaultPreset = createDefaultPreset()
const jestConfig: JestConfigWithTsJest = {
// [...]
// Replace `ts-jest` with the preset you want to use
// from the above list
...defaultPreset,
}
export default jestConfig