jest-yaml-transform-not-flattened
v0.2.1
Published
transform yaml to object; this is a fork from https://github.com/saimonmoore/jest-yaml-transform (so no flattening of JSON) by Saimon Moore; published as NPM package by Tadeusz Rychter, renamed in order to do so
Downloads
1,833
Readme
jest-yaml-transform
transform yaml to object
Info
transform yaml to object; this is a fork from https://github.com/saimonmoore/jest-yaml-transform (so no flattening of JSON) by Saimon Moore; published as NPM package by Tadeusz Rychter, renamed in order to do so
Install
$ npm install --save-dev jest-yaml-transform
Usage
package.json
{
"jest": {
"moduleFileExtensions": [
"js",
"jsx",
"json",
"yml"
],
"transform": {
"\\.yml$": "jest-yaml-transform"
}
}
}
License
MIT © akameco