export default { // The glob patterns Jest uses to detect test files testMatch: [ '**/test/**/*.test.(mjs|js)', ], };