Files
styled-components/scripts/jest/config.base.js
2020-08-30 13:16:31 -04:00

10 lines
242 B
JavaScript

const path = require('path');
module.exports = {
clearMocks: true,
collectCoverage: !!process.env.PULL_REQUEST,
rootDir: path.join(__dirname, '../..'),
snapshotSerializers: ['jest-serializer-html'],
testURL: 'http://localhost',
};