module.exports = { testPathIgnorePatterns: ['/e2e/'], setupFiles: ['/_jestsetup.js'], moduleNameMapper: { '\\.css$': '/__mocks__/styleMock.js', }, testURL: 'http://localhost/', coverageDirectory: './coverage/', collectCoverage: true, };