module.exports = { testEnvironment: 'node', setupFiles: ['/__tests__/testSetup.helper.js'], testPathIgnorePatterns: [ '/node_modules/', '/__tests__/temp_projects/', '.*.helper.js' ] }