module.exports = { testEnvironment: 'node', testMatch: ['**/test/**/*.test.js'], verbose: true, clearMocks: true, resetModules: true, coverageReporters: ['text', 'lcov', 'html'], collectCoverageFrom: [ 'js/**/*.js', '!js/**/__tests__/**', '!js/**/*.test.js' ] };