mirror of
https://github.com/zhigang1992/styled-components.git
synced 2026-01-12 22:52:39 +08:00
6 lines
141 B
JavaScript
6 lines
141 B
JavaScript
const baseConfig = require('./config.base');
|
|
|
|
module.exports = Object.assign({}, baseConfig, {
|
|
testRegex: './integration-test/.*.js$',
|
|
});
|