/** @type {import('ts-jest').JestConfigWithTsJest} */ module.exports = { testEnvironment: 'jsdom', moduleFileExtensions: ['js', 'ts'], verbose: true, testEnvironmentOptions: { url: 'http://localhost/', }, modulePaths: ['/src'], testMatch: ['/test/specs/**/*.(t|j)s'], setupFilesAfterEnv: ['/test/setup.js'], };