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