1
0
mirror of https://github.com/storybookjs/storybook.git synced 2025-04-08 11:11:53 +08:00
2019-11-23 22:12:37 +01:00

7 lines
177 B
JavaScript

const path = require('path');
const babelJest = require('babel-jest');
module.exports = babelJest.createTransformer({
configFile: path.resolve(__dirname, '../.babelrc'),
});