Skip to content

RyosukeCla/json5-jest

Repository files navigation

json5-jest json5-jest build status

jest json5 transformer

Installation

$ npm i -D json5-jest

Jest integration

Please append to package.json

"jest": {
  "transform": {
    "^.+\\.json5?$": "json5-jest",
  }
}

or append to jest.config.js

module.exports = {
  transform: {
    "^.+\\.json5?$": "json5-jest"
  }
};

Requirements

  • node >= 6.9.0
  • npm >= 2.x

Licence

MIT

About

jest json5 transformer

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •