QingWei-Li / buble-jest

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

Home Page:https://npm.im/buble-jest

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

https://npm.im/buble-jest

License:MIT License


Languages

Language:JavaScript 100.0%