Run view tests

This commit is contained in:
Adria Navarro 2024-10-02 12:26:03 +02:00
parent b88e63d490
commit e08c3b8574
2 changed files with 2772 additions and 2734 deletions

File diff suppressed because it is too large Load Diff

View File

@ -7,11 +7,11 @@ import {
BulkImportRequest,
BulkImportResponse,
SearchRowResponse,
RowSearchParams,
DeleteRows,
DeleteRow,
PaginatedSearchRowResponse,
RowExportFormat,
SearchRowRequest,
} from "@budibase/types"
import { Expectations, TestAPI } from "./base"
@ -136,7 +136,7 @@ export class RowAPI extends TestAPI {
)
}
search = async <T extends RowSearchParams>(
search = async <T extends SearchRowRequest>(
sourceId: string,
params?: T,
expectations?: Expectations