Skip to content

Commit

Permalink
chore: deps
Browse files Browse the repository at this point in the history
  • Loading branch information
kirillgroshkov committed Jul 25, 2023
1 parent 3eb8ba5 commit 75ea007
Show file tree
Hide file tree
Showing 3 changed files with 294 additions and 261 deletions.
File renamed without changes.
1 change: 1 addition & 0 deletions src/commondao/common.dao.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -342,6 +342,7 @@ test('ajvSchema', async () => {
id: 'id123', // provided, so we can snapshot-match
k1: 5 as any,
}),
AjvValidationError,
)
expect(err).toBeInstanceOf(AjvValidationError)
expect(err).toMatchInlineSnapshot(`
Expand Down
Loading

0 comments on commit 75ea007

Please sign in to comment.