Skip to content

Commit

Permalink
fix: mock validation pipe
Browse files Browse the repository at this point in the history
  • Loading branch information
harlan-zw committed Jun 12, 2024
1 parent 4672056 commit 7c2fabb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/runtime/validation/mock.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,5 @@ export const union = noop
export const record = noop
export const any = noop
export const minLength = noop

export const pipe = noop

0 comments on commit 7c2fabb

Please sign in to comment.