mirror of
https://github.com/bknd-io/bknd/
synced 2026-08-04 00:56:01 +00:00
test hiding counts
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user