Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/akameco/jest-yaml-transform
- Owner: akameco
- License: mit
- Created: 2017-05-21T12:14:05.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-23T17:10:14.000Z (almost 7 years ago)
- Last Synced: 2024-10-02T06:02:46.082Z (4 months ago)
- Topics: jest, transfrom, yaml, yml
- Language: JavaScript
- Homepage:
- Size: 46.9 KB
- Stars: 4
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license
- Code of conduct: CODE_OF_CONDUCT.md
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)