Skip to content

Commit

Permalink
small bump to pr to fix errors
Browse files Browse the repository at this point in the history
  • Loading branch information
kiwicopple authored Jan 16, 2025
1 parent e15b402 commit da467c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/GoTrueClient.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1091,7 +1091,7 @@ describe('GoTrueClient with throwOnError option', () => {
storage: {
...store
},
throwOnError: true,
throwOnError: true, // test that the client throws errors
})

test('signUp() should throw an error when throwOnError is true', async () => {
Expand Down

0 comments on commit da467c2

Please sign in to comment.