2.0.0 • Published 7 years ago

jest-buble v2.0.0

Weekly downloads
31
License
MIT
Repository
github
Last release
7 years ago

jest-buble

Jest plugin to use buble for transformation.

Usage

$ yarn add --dev jest-buble buble

In your package.json:

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

Configuring buble

Jest doesn't support passing in options to transformers through their config, so you can define a .bublerc JSON file with your buble options:

// .bublerc
{
  "objectAssign": "Object.assign"
}
2.0.0

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago