module.exports = { testEnvironment: 'node', verbose: true, collectCoverage: true, coverageDirectory: 'coverage', coveragePathIgnorePatterns: [ '/node_modules/', '/tests/mocks/' ], testMatch: [ '/tests/**/*.test.js' ] };