Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 520 Bytes

readme.md

File metadata and controls

34 lines (25 loc) · 520 Bytes

jest-yaml-transform Build Status

transform yaml to object

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