jest-flow-transform

1.0.1 • Public • Published

Jest Flow Transform

A transformer for jest that removes flow type annotations from JavaScript files.

Usage

Add as a transformer in your package.json (See Jest Docs).

{
  "jest": {
    "transform": {
      "^.+\\.js(?:\\.flow)?$": "jest-flow-transform"
    }
  }
}

Package Sidebar

Install

npm i jest-flow-transform

Weekly Downloads

208

Version

1.0.1

License

ISC

Last publish

Collaborators

  • philbot