Skip to content

Commit

Permalink
test(typegen): update test snapshot after update with master
Browse files Browse the repository at this point in the history
  • Loading branch information
gulfaraz committed Nov 3, 2023
1 parent 5d69154 commit 003cc76
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions test/server/typegen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,9 @@ test('typegen', async () => {
id: number
"user-id": number
blurb: string | null
blurb_varchar: string | null
details_is_long: boolean | null
details_length: number | null
}
Insert: {
details?: string | null
Expand Down Expand Up @@ -278,6 +281,24 @@ test('typegen', async () => {
}
Returns: string
}
blurb_varchar: {
Args: {
"": unknown
}
Returns: string
}
details_is_long: {
Args: {
"": unknown
}
Returns: boolean
}
details_length: {
Args: {
"": unknown
}
Returns: number
}
function_returning_row: {
Args: Record<PropertyKey, never>
Returns: {
Expand Down

0 comments on commit 003cc76

Please sign in to comment.