mirror of
https://github.com/whyour/qinglong.git
synced 2026-09-22 19:29:13 +08:00
feat(ql3): add bounded panel bootstrap
This commit is contained in:
@@ -230,6 +230,18 @@ test('fails closed for detached pins, unsupported triggers, invalid budgets and
|
||||
},
|
||||
},
|
||||
});
|
||||
assert.deepEqual(
|
||||
await route.handle({
|
||||
projectId: 'default',
|
||||
page: 4,
|
||||
size: 20,
|
||||
maximumRows: 64,
|
||||
}),
|
||||
{
|
||||
statusCode: 200,
|
||||
body: { code: 200, data: { data: [], total: 0 } },
|
||||
},
|
||||
);
|
||||
assert.equal(
|
||||
(
|
||||
await route.handle({
|
||||
|
||||
Reference in New Issue
Block a user