Skip to content

Commit

Permalink
Type snapshotSerializers Jest option (#436)
Browse files Browse the repository at this point in the history
  • Loading branch information
72636c authored Jun 2, 2021
1 parent 50792c8 commit 7ec71e8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/famous-jokes-repeat.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'skuba': patch
---

**Jest.mergePreset:** Type `snapshotSerializers` option
1 change: 1 addition & 0 deletions src/api/jest/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ type Props = Pick<
| 'globalTeardown'
| 'setupFiles'
| 'setupFilesAfterEnv'
| 'snapshotSerializers'
| 'testPathIgnorePatterns'
| 'testTimeout'
>;
Expand Down

0 comments on commit 7ec71e8

Please sign in to comment.