module.exports = { verbose: true, testURL: 'http://localhost:5000', testEnvironment: 'jsdom', moduleNameMapper: { '\\.(jpg|jpeg|png|gif|eot|otf|webp|svg|ttf|woff|woff2)$': '/tests/__mocks__/fileMock.js', '\\.(css|less)$': '/tests/__mocks__/styleMock.js' } };