babel7-jest

1.0.1 • Public • Published

babel7-jest

Babel jest plugin

Note: this is forked from babel-jest v21.2.0 modified to use babel core version 7.

Setup

npm install --save-dev babel7-jest

To explicitly define babel7-jest as a transformer for your JavaScript code, map .js files to the babel-jest module.

"jest"{
  "transform": {
    "^.+\\.jsx?$": "babel7-jest"
  }
},

If you would like to write your own preprocessor, uninstall and delete babel-jest and set the config.transform option to your preprocessor.

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.1
    395
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.1
    395
  • 1.0.0
    0

Package Sidebar

Install

npm i babel7-jest

Weekly Downloads

395

Version

1.0.1

License

MIT

Last publish

Collaborators

  • josecc