0.2.1 • Published 5 years ago

jest-yaml-transform-not-flattened v0.2.1

Weekly downloads
977
License
MIT
Repository
github
Last release
5 years ago

jest-yaml-transform Build Status

transform yaml to object

Info

transform yaml to object; this is a fork from https://github.com/saimonmoore/jest-yaml-transform (so no flattening of JSON) by Saimon Moore; published as NPM package by Tadeusz Rychter, renamed in order to do so

Install

$ npm install --save-dev jest-yaml-transform

Usage

package.json

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

License

MIT © akameco