Files
styled-components/scripts/jest/config.base.js
Evan Jacobs 1d38fc4573 run all tests except integration ones for now
until jest-styled-components is updated to support v5
2019-06-02 19:51:54 -05:00

8 lines
146 B
JavaScript

const path = require('path');
module.exports = {
clearMocks: true,
rootDir: path.join(__dirname, '../..'),
testURL: 'http://localhost',
};