jest-date-serializer

1.0.4 • Public • Published

jest-date-serializer

A custom serializer for jest that strips timezone offsets away from dates before serializing them. This will prevent failing snapshot tests when running them on machines with different timezone.

Installation

  1. Run yarn add --dev jest-date-serializer to add the serializer to your project
  2. Add the serializer to your jest configuration.

Example configuration:

{
"name": "my-awesome-project",
"devDependencies": {
  "jest": "^23.6.0",
  "jest-date-serializer": "^0.0.1"
},
"jest": {
    "snapshotSerializers": [
      "jest-date-serializer"
    ]
  },
}
  1. All your dates will be stripped of timezone offsets 👯‍♀️

/jest-date-serializer/

    Package Sidebar

    Install

    npm i jest-date-serializer

    Weekly Downloads

    487

    Version

    1.0.4

    License

    MIT

    Unpacked Size

    8.42 kB

    Total Files

    18

    Last publish

    Collaborators

    • tobilen