style: fix deno fmt and lint

This commit is contained in:
2026-04-26 14:18:55 +02:00
committed by djalim
parent 1fac19d9c2
commit bc1549dc3a
4 changed files with 69 additions and 3 deletions
+4 -1
View File
@@ -57,7 +57,10 @@ Deno.test({
async fn() {
await truncateAll();
const res = await promotionsHandler.POST!(
makeJsonRequest("/promotions", "POST", { idPromo: "INFO3-2025", annee: "2025" }),
makeJsonRequest("/promotions", "POST", {
idPromo: "INFO3-2025",
annee: "2025",
}),
makeEmployeeContext(),
);
assertEquals(res.status, 201);