Skip to content

Commit adfd57e

Browse files
Merge pull request #19 from nakanoasaservice/feature/sort-import
chore: sort imports
2 parents e424432 + eb5ffc4 commit adfd57e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { assertEquals, assertInstanceOf } from "@std/assert";
2+
import { assertType, type IsExact } from "@std/testing/types";
23
import { describe, it } from "@std/testing/bdd";
34
import { TaggedError } from "./index.ts";
4-
import { assertType, type IsExact } from "@std/testing/types";
55

66
Deno.test("TaggedError - basic instantiation", () => {
77
const error = new TaggedError("TEST_ERROR");

0 commit comments

Comments
 (0)