Test Cases

This commit is contained in:
2026-04-11 07:40:49 +08:00
parent f223d1f958
commit 7d8851a94a
14 changed files with 2171 additions and 92 deletions
+2 -1
View File
@@ -6,7 +6,8 @@ void main() {
test(
'TypingIndicatorController ignores late remote events after dispose',
() async {
final client = SupabaseClient('http://localhost', 'test-key');
final client = SupabaseClient('http://localhost', 'test-key',
authOptions: const AuthClientOptions(autoRefreshToken: false));
final controller = TypingIndicatorController(client, 'ticket-1');
// initial state should be empty