Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions src/lib/__tests__/digest-arrival.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,6 @@ import { pendingPage } from "../mutations";
const moduleDir = path.dirname(fileURLToPath(import.meta.url));
const appDir = path.resolve(moduleDir, "../../app/(app)");
const AT = "2026-08-25T06:00:00.000Z";
/** F4 records who fired a transition, not merely that a person did. */
const PERSON: Caller = { kind: "person", userId: "rae@webflow.com" };
const DATE = "2026-08-25";
const APP = "https://watch.example.com/page-watch";

Expand Down
2 changes: 0 additions & 2 deletions src/lib/__tests__/digest.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,6 @@ import { pendingPage } from "../mutations";
*/

const AT = "2026-08-25T06:00:00.000Z";
/** F4 records who fired a transition, not merely that a person did. */
const PERSON: Caller = { kind: "person", userId: "rae@webflow.com" };
const DATE = "2026-08-25";
const APP = "https://watch.example.com/page-watch";
const SCHEDULE = { localTime: "00:00", timeZone: "America/Chicago", overridden: true };
Expand Down
2 changes: 0 additions & 2 deletions src/lib/__tests__/webhook.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ afterEach(() => {
});

const AT = "2026-08-04T06:00:00.000Z";
/** F4 records who fired a transition, not merely that a person did. */
const PERSON: Caller = { kind: "person", userId: "rae@webflow.com" };

/**
* Whoever marked the fix. The payload is the digest message and the digest is
Expand Down
Loading