1
0
Fork 0
mirror of synced 2024-08-14 17:42:01 +12:00
This commit is contained in:
Adria Navarro 2023-08-07 09:22:39 +03:00
parent 250505a19b
commit 497943930e

View file

@ -1264,7 +1264,7 @@ describe("/rows", () => {
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 rows = []
for (let i = 0; i < 10; i++) {