jest-serializer-json-ld-script
TypeScript icon, indicating that this package has built-in type declarations

1.0.7 • Public • Published

jest-serializer-json-ld-script

Build Status npm version Code Coverage Mentioned in Awesome Jest

Jest Snapshot serializer to better visualize React <script> elements containing LD+JSON data.

Installation

Install preset using npm:

npm install --save-dev jest-serializer-json-ld-script

or yarn:

yarn add --dev jest-serializer-json-ld-script

Usage

Configure Jest to use the serializer in jest.config.js:

module.exports = {
  snapshotSerializers: ["jest-serializer-json-ld-script"]
};

or package.json:

{
  "jest": {
    "snapshotSerializers": ["jest-serializer-json-ld-script"]
  }
}

Related Packages

License

Copyright 2019 Kepler Sticka-Jones. Licensed ISC

Dependencies (0)

    Dev Dependencies (22)

    Package Sidebar

    Install

    npm i jest-serializer-json-ld-script

    Weekly Downloads

    3

    Version

    1.0.7

    License

    ISC

    Unpacked Size

    30.7 kB

    Total Files

    19

    Last publish

    Collaborators

    • keplersj