diff --git a/test/index.test-d.ts b/test/index.test-d.ts index f88daec3..23ea6b72 100644 --- a/test/index.test-d.ts +++ b/test/index.test-d.ts @@ -11,7 +11,7 @@ const postgrest = new PostgrestClient(REST_URL) expectError(postgrest.from(42)) } -// test filters +// `null` can't be used with `.eq()` { postgrest.from('users').select().eq('username', 'foo') expectError(postgrest.from('users').select().eq('username', null))