1 2 3 4 5 6 7 8
import type { Config } from 'jest' const config: Config = { preset: 'ts-jest', roots: ['<rootDir>/src'] } export default config