/** @type {import('ts-jest/dist/types').InitialOptionsTsJest} */ module.exports = { verbose: true, // testEnvironment: 'node', testMatch: ['**/__tests__/**/*.test.ts'], // setupFiles: ['/tests/dotenv-config.ts'], collectCoverage: true, collectCoverageFrom: ['src/**/*.{ts,tsx}'], // coverageProvider: 'v8', passWithNoTests: true, };