summaryrefslogtreecommitdiff
path: root/jest.config.ts
blob: 838b86cb082b56b3cdb836e50ab19cad05cfd41f (plain)
1
2
3
4
5
6
7
import type { Config } from 'jest'

const config: Config = {
  preset: 'ts-jest'
}

export default config