style: fix deno fmt on students tests and drizzle.config
Check Deno code / Check Deno code (pull_request) Failing after 8s
Tests / Unit tests (pull_request) Successful in 11s
Tests / Integration tests (pull_request) Successful in 58s

This commit is contained in:
2026-04-26 14:18:09 +02:00
parent e5c6c389ea
commit cd5c524ff0
3 changed files with 26 additions and 6 deletions
+4 -1
View File
@@ -80,7 +80,10 @@ Deno.test({
assertEquals(res.status, 200);
const body = await res.json();
assertEquals(body.length, 2);
assertEquals(body.every((s: { idPromo: string }) => s.idPromo === "PEIP1-2024"), true);
assertEquals(
body.every((s: { idPromo: string }) => s.idPromo === "PEIP1-2024"),
true,
);
},
sanitizeResources: false,
sanitizeOps: false,