import type { Config } from 'jest' const config: Config = { projects: [ { displayName: 'test', preset: 'ts-jest', testMatch: ['/**/*test.ts'] } ] } export default config