mirror of
https://github.com/snapotter-hq/SnapOtter.git
synced 2026-08-03 07:46:42 +02:00
style: apply Biome formatting to enterprise files
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user