This commit is contained in:
Adria Navarro 2023-08-07 09:22:39 +03:00
parent 250505a19b
commit 497943930e
1 changed files with 1 additions and 1 deletions

View File

@ -1264,7 +1264,7 @@ describe("/rows", () => {
expect(response.body.rows).toHaveLength(0) expect(response.body.rows).toHaveLength(0)
}) })
it("returns table rows from view", async () => { it("respects the limit parameter", async () => {
const table = await config.createTable(userTable()) const table = await config.createTable(userTable())
const rows = [] const rows = []
for (let i = 0; i < 10; i++) { for (let i = 0; i < 10; i++) {