module.exports = { preset: 'jest-puppeteer', testRegex: './*\\.test\\.js$', verbose: true, maxWorkers: 4 };