2.0.2 • Published 3 years ago

yaml-jest-transform v2.0.2

Weekly downloads
-
License
GNU GENERAL PUBLI...
Repository
github
Last release
3 years ago

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

2.0.2

3 years ago

2.0.1

3 years ago

2.0.0

3 years ago

1.0.0

4 years ago