mirror of
https://github.com/zhigang1992/styled-components.git
synced 2026-01-12 22:52:39 +08:00
10 lines
242 B
JavaScript
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',
|
|
};
|