Skip to content

Commit

Permalink
Merge branch 'feat/react-tests' of github.com:synthql/synthql into fe…
Browse files Browse the repository at this point in the history
…at/react-tests
  • Loading branch information
fhur committed Apr 30, 2024
2 parents acfd7c4 + b6cdafc commit 3f87793
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react/src/useSynthql.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ describe('useSynthql', () => {
test('Fetching 0 or 1 row(s)', async () => {
const result = renderHook(
() => {
// @@start-example@@ Find a single user via id using `select()`
// @@start-example@@ Find a single user by id using `select()`
// @@desc@@ Finds 0 or 1 record(s) in the `user` table where the `id` is in the list of ids.

const q = from('users')
Expand Down

0 comments on commit 3f87793

Please sign in to comment.