babelify-jest

0.1.0 • Public • Published

babelify-jest

Babel jest plugin which handles babelify modules gently.

Usage

Make the following changes to package.json:

{
  "devDependencies": {
    "babel-jest": "*",
    "jest-cli": "*"
  },
  "scripts": {
    "test": "jest"
  },
  "jest": {
    "scriptPreprocessor": "<rootDir>/node_modules/babelify-jest",
    "testFileExtensions": ["es6", "js"],
    "moduleFileExtensions": ["js", "json", "es6"]
  }
}

And run:

$ npm install

And you're good to go!

Readme

Keywords

none

Package Sidebar

Install

npm i babelify-jest

Weekly Downloads

0

Version

0.1.0

License

none

Last publish

Collaborators

  • pnuzhdin