Skip to content

Duke242/json5-jest

 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%