/** @type {import('jest').Config} */ module.exports = { testMatch: ['**/tests/**/*.test.ts'], transform: { '^.+\\.ts$': ['ts-jest', { tsconfig: 'tsconfig.test.json', }], }, moduleNameMapper: { '^@/(.*)$': '/miniprogram/$1', }, }