import path from 'node:path'; import fileUrlToDirname from './fileUrlToDirname.js'; const thisDir = fileUrlToDirname(import.meta.url); /** @type {import('@jest/types').Config.InitialOptions} */ export default { transform: { '\\.tsx?$': path.join(thisDir, 'jestEsbuildTransformer.js'), }, testRegex: '((?