23.2.0 • Published 6 years ago

babel-jest-nested v23.2.0

Weekly downloads
8
License
MIT
Repository
github
Last release
6 years ago

babel-jest-nested

Babel jest plugin

Usage

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

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

Note: If you are using babel version 7 you have to install babel-jest with

yarn add --dev babel-jest babel-core@^7.0.0-0 @babel/core