1
0
Fork 0
mirror of https://github.com/classchartsapi/classcharts-api-js.git synced 2026-05-14 11:58:13 +00:00

feat: format using biomejs

This commit is contained in:
James Cook 2023-11-28 23:52:13 +00:00 committed by GitHub
parent 602529171f
commit 778e5e3fe4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
16 changed files with 1077 additions and 1000 deletions

View file

@ -1,5 +1,5 @@
export {
assertEquals,
assertExists,
assertRejects,
assertEquals,
assertExists,
assertRejects,
} from "https://deno.land/std@0.201.0/assert/mod.ts";