Skip to content

Commit

Permalink
test: update broken snapshots after zod update
Browse files Browse the repository at this point in the history
  • Loading branch information
jmike committed Aug 18, 2023
1 parent 82b7739 commit edb17f6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/ValidationError.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,7 @@ describe('fromZodError()', () => {
"custom-path",
"status",
],
"received": undefined,
},
]
`);
Expand Down Expand Up @@ -408,6 +409,7 @@ describe('fromZodError()', () => {
"path": [
"prop1",
],
"received": undefined,
},
{
"code": "invalid_literal",
Expand All @@ -416,6 +418,7 @@ describe('fromZodError()', () => {
"path": [
"prop2",
],
"received": undefined,
},
]
`);
Expand Down

0 comments on commit edb17f6

Please sign in to comment.