We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e424432 + eb5ffc4 commit adfd57eCopy full SHA for adfd57e
index.test.ts
@@ -1,7 +1,7 @@
1
import { assertEquals, assertInstanceOf } from "@std/assert";
2
+import { assertType, type IsExact } from "@std/testing/types";
3
import { describe, it } from "@std/testing/bdd";
4
import { TaggedError } from "./index.ts";
-import { assertType, type IsExact } from "@std/testing/types";
5
6
Deno.test("TaggedError - basic instantiation", () => {
7
const error = new TaggedError("TEST_ERROR");
0 commit comments