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:
parent
55d91a52b7
commit
70c9d623fc
6 changed files with 26 additions and 25 deletions
|
|
@ -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",
|
||||
);
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue