From 8d2e03a8681dd1e3c4b0d69faf01f35772e8b454 Mon Sep 17 00:00:00 2001 From: Leo Gall Date: Sun, 23 Mar 2025 16:40:30 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 814042f..5d12bec 100644 --- a/README.md +++ b/README.md @@ -425,7 +425,7 @@ void main() { - aggregate functions are not supported. - Respect nullsFirst on ordering is not supported. - The errors thrown by the mock Supabase client is not the same as the actual Supabase client. -- The mock Supabase client does not support auth, realtime, storage, or calling edge functions. +- The mock Supabase client does not support auth, realtime or storage. - You can either mock those using libraries like [mockito](https://pub.dev/packages/mockito) or use the Supabase CLI to do a full integration testing. You could use our [GitHub actions](https://github.com/supabase/setup-cli) to do that. We will work on adding more features to the mock Supabase client to make it more feature complete. @@ -436,4 +436,4 @@ Contributions are welcome! Please open an issue or submit a pull request on GitH ## License -This project is licensed under the MIT License. \ No newline at end of file +This project is licensed under the MIT License.