module.exports = { roots: [ './tests', ], setupTestFrameworkScriptFile: './tests/_helpers.jsx', testEnvironment: 'node', testRegex: '.*(\\.|/|_)(test)\\.jsx?$', };