bzalasky / yaml-jest

A YAML transform for jest

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A YAML transform for jest

License:MIT License


Languages

Language:TypeScript 100.0%