fix: test chunk by @tanstack/react-query #1306 (#1719)

### What problem does this PR solve?

fix: test chunk by @tanstack/react-query #1306

### Type of change

- [x] Bug Fix (non-breaking change which fixes an issue)
This commit is contained in:
balibabu
2024-07-26 19:00:19 +08:00
committed by GitHub
parent 79c873344b
commit 549d67e281
11 changed files with 120 additions and 167 deletions

View File

@ -107,6 +107,6 @@ export interface ITestingDocument {
export interface ITestingResult {
chunks: ITestingChunk[];
doc_aggs: Record<string, number>;
documents: ITestingDocument[];
total: number;
}