Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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.
This project is licensed under the MIT License.