Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/akameco/jest-yaml-transform

Jest transform plugin. transform yaml to Object.
https://github.com/akameco/jest-yaml-transform

jest transfrom yaml yml

Last synced: 4 months ago
JSON representation

Jest transform plugin. transform yaml to Object.

Awesome Lists containing this project

README

        

# jest-yaml-transform [![Build Status](https://travis-ci.org/akameco/jest-yaml-transform.svg?branch=master)](https://travis-ci.org/akameco/jest-yaml-transform)

> transform yaml to object

## Install

```
$ npm install --save-dev jest-yaml-transform
```

## Usage

package.json

```json
{
"jest": {
"moduleFileExtensions": [
"js",
"jsx",
"json",
"yml"
],
"transform": {
"\\.yml$": "jest-yaml-transform"
}
}
}
```

## License

MIT © [akameco](http://akameco.github.io)