@talabes/json5-jest

2.0.0 • Public • Published

json5-jest

Jest json5 transformer with support for Jest 29+

Installation

npm i -D @talabes/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

/@talabes/json5-jest/

    Package Sidebar

    Install

    npm i @talabes/json5-jest

    Weekly Downloads

    63

    Version

    2.0.0

    License

    MIT

    Unpacked Size

    2.94 kB

    Total Files

    8

    Last publish

    Collaborators

    • talabes