jest-yaml-flat-transfrom

0.1.0 • Public • Published

jest-yaml-flat-transfrom Build Status

transform yaml to flatten object

Install

$ npm install jest-yaml-flat-transfrom

Usage

package.json

{
  "jest": {
    "moduleFileExtensions": [
      "js",
      "jsx",
      "json",
      "yml"
    ],
    "transform": {
      "\\.yml$": "jest-yaml-flat-transform"
    }
  }
}

License

MIT © akameco

Readme

Keywords

Package Sidebar

Install

npm i jest-yaml-flat-transfrom

Weekly Downloads

65

Version

0.1.0

License

MIT

Last publish

Collaborators

  • akameco