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