test hiding counts

This commit is contained in:
dswbx
2025-06-09 20:27:24 +02:00
parent 12c955155d
commit 7a3691a1a7
8 changed files with 88 additions and 37 deletions
@@ -3,6 +3,7 @@ import { Connection, type FieldSpec, type SchemaResponse } from "./Connection";
export class DummyConnection extends Connection {
protected override readonly supported = {
batching: true,
counts: true,
};
constructor() {