test(api): 🎨 Remove temporary code

This commit is contained in:
Jesse Wierzbinski 2024-04-15 15:02:59 -10:00
parent 6063b3ff44
commit a5a5d57c81
No known key found for this signature in database

View file

@ -113,7 +113,7 @@ describe(meta.route, () => {
const objects = (await response.json()) as APIStatus[];
expect(objects).toBeArrayOfSize(1);
expect(objects).toBeArray();
});
describe("should paginate properly", async () => {