yaml-jest

1.2.0 • Public • Published

yaml-jest

A YAML transform for Jest

Install

yarn install --dev yaml-jest

Usage

Add an entry to moduleFileExtensions and transform to your project's Jest config:

{
  "moduleFileExtensions": ["js", "yaml"],
  "transform": {
    "\\.yaml$": "yaml-jest",
    "\\.js?$": "babel-jest"
  },
}

/yaml-jest/

    Package Sidebar

    Install

    npm i yaml-jest

    Weekly Downloads

    15,311

    Version

    1.2.0

    License

    ISC

    Unpacked Size

    204 kB

    Total Files

    12

    Last publish

    Collaborators

    • danwang