json5-jest-new

2.0.3 • Public • Published

json5-jest-new json5-jest build status

Jest json5 transformer updated to ESM and to work with Jest ≥ 28.

Installation

$ npm i -D json5-jest-new

Jest integration

Please append to package.json

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

or append to jest.config.js

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

Requirements

  • node ≥ 6.9.0

Licence

MIT & CC0-1.0

Contributers

Readme

Keywords

Package Sidebar

Install

npm i json5-jest-new

Weekly Downloads

4

Version

2.0.3

License

MIT

Unpacked Size

3.56 kB

Total Files

9

Last publish

Collaborators

  • duke242