jest-yaml-flat-transfrom

transform yaml to flatten object

Downloads in past

Stats

StarsIssuesVersionUpdatedCreatedSize
jest-yaml-flat-transfrom
100.1.06 years ago6 years agoMinified + gzip package size for jest-yaml-flat-transfrom in KB

Readme

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