module.exports = { ...require( './jest.config' ), reporters: [ 'default', '/tests/e2e/config/performance-reporter.js', ], // Where to look for test files roots: [ '/tests/e2e/specs/performance' ], testPathIgnorePatterns: [], };