1.2.0 • Published 2 years ago

yaml-jest v1.2.0

Weekly downloads
15,611
License
ISC
Repository
github
Last release
2 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

2 years ago

1.1.0

2 years ago

1.0.6

3 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago