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

chore: move deno dev deps to deps file && use import map

This commit is contained in:
James Cook 2023-09-16 20:14:18 +01:00
parent c5e7b3f24e
commit a022c8a8ad
8 changed files with 20 additions and 16 deletions

View file

@ -1,6 +1,5 @@
import { assertRejects } from "https://deno.land/std@0.200.0/assert/mod.ts";
import { StudentClient } from "./studentClient.ts";
import { assertRejects } from "~/deps_dev.ts";
import { StudentClient } from "~/src/core/studentClient.ts";
Deno.test("Throws when no student code is provided", async () => {
const client = new StudentClient("");