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"
  },
}

Dependencies (1)

Dev Dependencies (3)

Package Sidebar

Install

npm i yaml-jest

Weekly Downloads

12,616

Version

1.2.0

License

ISC

Unpacked Size

204 kB

Total Files

12

Last publish

Collaborators

  • danwang