buble-jest
v1.0.1
Published
Jest plugin to use buble and babel(handle ES Modules) for transformation
Downloads
271
Readme
buble-jest
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