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