docusaurus/v1/jest.transform.js
Fienny Angelina 0f8535293e Upgrade to babel 7 for v1 (#995)
* Upgrade babel 7
Use custom transform for jest to handle docs test since there is
path change in there

* change all version of babel dependency

* - add silent to yarn build
- add babel/types to expose  method used in translate-plugin
2018-09-30 13:32:12 -07:00

3 lines
119 B
JavaScript

const babelConfig = require('./babel.config');
module.exports = require('babel-jest').createTransformer(babelConfig);