style: apply Biome formatting to enterprise files

This commit is contained in:
SnapOtter
2026-06-14 14:53:44 +08:00
parent 954cfb01a6
commit e7bef34918
23 changed files with 166 additions and 228 deletions
+6 -2
View File
@@ -1,5 +1,9 @@
import { describe, it, expect } from "vitest";
import { canonicalize, computeHmac, verifyHmac } from "../../../apps/api/src/lib/audit-integrity.js";
import { describe, expect, it } from "vitest";
import {
canonicalize,
computeHmac,
verifyHmac,
} from "../../../apps/api/src/lib/audit-integrity.js";
describe("audit integrity", () => {
const testKey = Buffer.from("a".repeat(64), "hex");