1.0.4 • Published 4 years ago

jest-date-serializer v1.0.4

Weekly downloads
78
License
MIT
Repository
github
Last release
4 years ago

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 👯‍♀️
1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

5 years ago

1.0.0

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago