yaml-jest-transform
v2.0.2
Published
This is a transform for yaml files in jest
Downloads
39,215
Readme
yaml-jest-transform
This 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
Install
Use the one of the following commands :
$ yarn add yaml-jest-transform
$ npm i --save yaml-jest-transform
Usage
In your jest config, use it like this :
transform: {
'\\.yaml$': 'yaml-jest-transform',
},
Inspiration
This package is no different from jest-yaml-transform except it is up to date