const config = { testMatch: ['/packages/slate-react/test/**/*.{js,ts,tsx,jsx}'], preset: 'ts-jest', globals: { 'ts-jest': { tsconfig: '/packages/slate-react/tsconfig.json', }, }, testEnvironment: 'jsdom', } module.exports = config