style: fix deno fmt on students tests and drizzle.config
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user