const config = { testMatch: ['/packages/slate-react/test/**/*.{js,ts,tsx,jsx}'], preset: 'ts-jest', transform: { '^.+\\.(ts|tsx)$': [ 'ts-jest', { tsconfig: '/packages/slate-react/tsconfig.json', }, ], }, testEnvironment: 'jsdom', } module.exports = config