This is a transform for yaml files in jest
npm install yaml-jest-transformThis is a transform for yaml files in jest
> Warning : Version 2 is for jest version 28, for version 27 use version 1 of this package
Use the one of the following commands :
```
$ yarn add yaml-jest-transform
$ npm i --save yaml-jest-transform
In your jest config, use it like this :
```
transform: {
'\\.yaml$': 'yaml-jest-transform',
},
This package is no different from jest-yaml-transform except it is up to date