Skip to content

Commit

Permalink
Update comments
Browse files Browse the repository at this point in the history
  • Loading branch information
iamacook committed Mar 11, 2024
1 parent ed7ad09 commit 67f7390
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ describe('Balances schema', () => {
{
code: 'invalid_union',
unionErrors: [
// @ts-expect-error - inferred types don't allow optional fields
// @ts-expect-error - unionError is missing some properties (zod-based error)
{
issues: [
{
Expand All @@ -190,7 +190,7 @@ describe('Balances schema', () => {
],
name: 'ZodError',
},
// @ts-expect-error - inferred types don't allow optional fields
// @ts-expect-error - unionError is missing some properties (zod-based error)
{
issues: [
{
Expand Down Expand Up @@ -250,7 +250,7 @@ describe('Balances schema', () => {
{
code: 'invalid_union',
unionErrors: [
// @ts-expect-error - inferred types don't allow optional fields
// @ts-expect-error - unionError is missing some properties (zod-based error)
{
issues: [
{
Expand All @@ -263,7 +263,7 @@ describe('Balances schema', () => {
],
name: 'ZodError',
},
// @ts-expect-error - inferred types don't allow optional fields
// @ts-expect-error - unionError is missing some properties (zod-based error)
{
issues: [
{
Expand Down

0 comments on commit 67f7390

Please sign in to comment.