1 2 3 4 5 6 7 8 9
module.exports = { testEnvironment: 'node', testMatch: ['**/__test__/**/*.spec.js'], collectCoverage: true, coverageDirectory: 'coverage', coveragePathIgnorePatterns: ['/node_modules/', '/__test__/'], testTimeout: 10000, verbose: true };