Skip to content

Commit

Permalink
import sorting
Browse files Browse the repository at this point in the history
  • Loading branch information
bdon committed Jan 23, 2024
1 parent bfe9704 commit 171be69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/test/hash.test.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { createHash, parseHash } from "src/hash";
import { expect, test } from "vitest";
import { parseHash, createHash } from "src/hash";

test("parses hash", () => {
const result = parseHash("#map=0/0/0&theme=dark");
Expand Down

0 comments on commit 171be69

Please sign in to comment.