Skip to content

Commit

Permalink
alphabetize import and clarify base64 test case
Browse files Browse the repository at this point in the history
  • Loading branch information
jshawl committed Feb 15, 2024
1 parent b4656a8 commit f9b7be4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/dpop.test.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* @flow */

import { describe, it, expect } from "vitest";
import { describe, expect, it } from "vitest";

import {
base64decodeUrlSafe,
Expand All @@ -11,7 +11,7 @@ import {
} from "./dpop";

describe("DPoP", () => {
describe("base64", () => {
describe("base64 encoding and decoding", () => {
const decoded = "i·?i·>i·";
const encoded = "abc_abc-abc";
it("encoding replaces '/', '+', and '='", () => {
Expand Down

0 comments on commit f9b7be4

Please sign in to comment.