chore: rename project to clawdbot
This commit is contained in:
@@ -4,7 +4,7 @@ import { renderQrPngBase64 } from "./qr-image.js";
|
||||
|
||||
describe("renderQrPngBase64", () => {
|
||||
it("renders a PNG data payload", async () => {
|
||||
const b64 = await renderQrPngBase64("clawdis");
|
||||
const b64 = await renderQrPngBase64("clawdbot");
|
||||
const buf = Buffer.from(b64, "base64");
|
||||
expect(buf.subarray(0, 8).toString("hex")).toBe("89504e470d0a1a0a");
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user