Rename
This commit is contained in:
parent
250505a19b
commit
497943930e
|
@ -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++) {
|
||||||
|
|
Loading…
Reference in New Issue