1 2 3 4 5 6 7
import type { Config } from 'jest' const config: Config = { preset: 'ts-jest' } export default config