buble-jest-flow

1.0.7 • Public • Published

buble-jest-flow

Build Status npm

Custom jest transformer to remove flow type annotations using buble

Install

# yarn add buble-jest-flow 
npm install --save-dev buble-jest-flow # npm i -D buble-jest-flow 

API

process(src, options);

Usage

// package.json
 
{
  "jest": {
    "transform": {
      "^.+\\.jsx?$": "buble-jest-flow"
    }
  }
}

OR

// jest.config.js
 
module.exports = {
  transform: {
    '^.+\\.jsx?$': 'buble-jest-flow',
  },
};

License

MIT © Abhisek Pattnaik

Dependencies (3)

Dev Dependencies (16)

Package Sidebar

Install

npm i buble-jest-flow

Weekly Downloads

4

Version

1.0.7

License

MIT

Unpacked Size

150 kB

Total Files

12

Last publish

Collaborators

  • abhisekp