1
0
Fork 0
mirror of https://github.com/classchartsapi/classcharts-api-js.git synced 2026-05-14 19:59:37 +00:00

chore: deno badge & formatting

This commit is contained in:
James Cook 2023-08-30 13:43:25 +01:00
parent 55d91a52b7
commit 70c9d623fc
6 changed files with 26 additions and 25 deletions

View file

@ -9,7 +9,7 @@ Deno.test("Throws when no student code is provided", async () => {
await client.login();
},
Error,
"Student Code not provided"
"Student Code not provided",
);
});
@ -20,6 +20,6 @@ Deno.test("Throws with invalid student code", async () => {
await client.login();
},
Error,
"Unauthenticated: ClassCharts didn't return authentication cookies"
"Unauthenticated: ClassCharts didn't return authentication cookies",
);
});