0.1.1 • Published 9 years ago
jest-babel-prepocessor v0.1.1
jest-babel-preprocessor
install
npm i --D jest-cli jest-babel-preprocessor
use
in your package.json
set the jest.scriptPreprocessor
field:
{
"jest": {
"scriptPreprocessor": "<rootDir>/node_modules/jest-babel-preprocessor/index.js"
}
}