Skip to content

Commit

Permalink
Fix import order
Browse files Browse the repository at this point in the history
  • Loading branch information
deen13 committed Apr 18, 2024
1 parent 441bb8e commit 42dacf5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { b64enc } from "../../utils/mfa-utils";
import { expect, test } from "vitest";
import { b64enc } from "../../utils/mfa-utils";

test("base64 and url encoding", () => {
const testDataString = "https://example.com/?q=Hello+World!";
Expand Down

0 comments on commit 42dacf5

Please sign in to comment.