1.2.0 • Published 4 years ago

yaml-jest v1.2.0

Weekly downloads
15,611
License
ISC
Repository
github
Last release
4 years ago

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

4 years ago

1.1.0

4 years ago

1.0.6

4 years ago

1.0.5

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago