sassoftware / postgrest-client

General purpose type-safe TypeScript client for PostgREST. Supports select, insert, update, upsert, delete queries with composite joins, resource embedding, full JSON column data handling and typing.
Apache License 2.0
7 stars 0 forks source link

test: broken client test into multiple files #18

Open bojan88 opened 6 days ago

bojan88 commented 6 days ago

Broken large test file into multiple files.

It has minor logical change - instead of testing inserts with 'actors' table, we are now testing it with 'directors'. This is done to avoid race conditions with tests using .count() on 'actors' table.