module.exports = { projects: ['', '/client'], testPathIgnorePatterns: ['client'], setupTestFrameworkScriptFile: '/test/setupJest.js', testResultsProcessor: process.env.JEST_REPORTER, testEnvironment: 'node', modulePaths: [''], };