Skip to content
Draft
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
543 changes: 543 additions & 0 deletions packages/workshop-backend/__tests__/actions.test.ts

Large diffs are not rendered by default.

283 changes: 0 additions & 283 deletions packages/workshop-backend/__tests__/auto-approval.test.ts

This file was deleted.

5 changes: 2 additions & 3 deletions packages/workshop-backend/__tests__/fixtures.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,8 @@ import type { ActionRecord } from "../src/overseer.js";
import { makeMockStorage } from "./mock-storage.js";

/**
* The production schema over mock storage, so the action suites (auto-approval drain, pending
* history query) exercise the shipped actions collection and pendingByGatekeeper index rather
* than a copy.
* The production schema over mock storage, so action-sync and history-query tests exercise the
* shipped actions collection and its indexes rather than a copy.
*/
export function makeActionStorage(mockStorage = makeMockStorage()) {
return makeOverseerStorage(mockStorage);
Expand Down
Loading
Loading