module.exports = { 'testEnvironment': 'node', 'coverageDirectory': './coverage/', 'collectCoverage': false, 'setupTestFrameworkScriptFile': './test/utils/setup', 'testMatch': [ '/test/*.test.js' ], 'projects': [ // { // 'displayName': 'Lint', // 'runner': 'jest-runner-eslint', // 'testMatch': [ // '/lib/*.js' // ] // }, { 'displayName': 'Test' } ] }