module.exports = { 'testEnvironment': 'node', 'setupFiles': [ '/scripts/testSetup.js' ], 'testMatch': [ '**/__tests__/**/*.spec.js' ] }