mirror of
https://github.com/versia-pub/server.git
synced 2025-12-06 08:28:19 +01:00
test(api): 🎨 Remove temporary code
This commit is contained in:
parent
6063b3ff44
commit
a5a5d57c81
|
|
@ -113,7 +113,7 @@ describe(meta.route, () => {
|
||||||
|
|
||||||
const objects = (await response.json()) as APIStatus[];
|
const objects = (await response.json()) as APIStatus[];
|
||||||
|
|
||||||
expect(objects).toBeArrayOfSize(1);
|
expect(objects).toBeArray();
|
||||||
});
|
});
|
||||||
|
|
||||||
describe("should paginate properly", async () => {
|
describe("should paginate properly", async () => {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue