Skip to content

akameco/jest-yaml-transform

Repository files navigation

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

About

Jest transform plugin. transform yaml to Object.

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published