buble-jest

v1.0.1
Jest plugin to use buble and babel(handle ES Modules) for transformation
buble jest transform

buble-jest

Build Status npm

Jest plugin to use buble and babel(handle ES Modules) for transformation

Usage

npm i buble-jest buble -D

Setup

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

Configuring buble

Built-in cosmiconfig so you can use .bublerc, buble.config.js or configure it in package.json.

package.json

{
  "buble": {
    "transform": {
      "modules": false
    },
    "objectAssign": "Object.assign"
  }
}

License

MIT

npm i buble-jest

Metadata

  • MIT
  • >=4
  • qingwei-li
  • released 3/26/2018

Downloads

Maintainers