mirror of
https://github.com/classchartsapi/classcharts-api-js.git
synced 2026-05-14 19:59:37 +00:00
fix: remove import map
Doesn't work with importing in deno
This commit is contained in:
parent
51af82ea9a
commit
b2af13c315
8 changed files with 16 additions and 19 deletions
|
|
@ -1,5 +1,5 @@
|
|||
import { assertRejects } from "~/deps_dev.ts";
|
||||
import { StudentClient } from "~/src/core/studentClient.ts";
|
||||
import { assertRejects } from "../../deps_dev.ts";
|
||||
import { StudentClient } from "../core/studentClient.ts";
|
||||
|
||||
Deno.test("Throws when no student code is provided", async () => {
|
||||
const client = new StudentClient("");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue