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
1 change: 1 addition & 0 deletions apps/web/src/components/dashboard/RoundStatusCard.test.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Copyright (c) 2026 Sub Rosa contributors
import assert from "node:assert/strict";
import test from "node:test";
import { renderToStaticMarkup } from "react-dom/server";
Expand Down
1 change: 1 addition & 0 deletions apps/web/src/dashboard/fixture-health-check.test.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Copyright (c) 2026 Sub Rosa contributors
import assert from "node:assert/strict";
import { test } from "node:test";

Expand Down
1 change: 1 addition & 0 deletions apps/web/src/demo/trace-health-check.test.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Copyright (c) 2026 Sub Rosa contributors
import assert from "node:assert/strict";
import { test } from "node:test";

Expand Down
1 change: 1 addition & 0 deletions apps/web/src/lib/config.test.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Copyright (c) 2026 Sub Rosa contributors
import assert from "node:assert/strict";
import { test } from "node:test";

Expand Down
1 change: 1 addition & 0 deletions apps/web/src/lib/round-status.test.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Copyright (c) 2026 Sub Rosa contributors
import assert from "node:assert/strict";
import { test } from "node:test";

Expand Down
1 change: 1 addition & 0 deletions services/agent/src/bidder.test.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Copyright (c) 2026 Sub Rosa contributors
import assert from "node:assert/strict";
import { test } from "node:test";

Expand Down
1 change: 1 addition & 0 deletions services/agent/src/mandate-cap-negative.test.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Copyright (c) 2026 Sub Rosa contributors
/**
* Negative cap-safety scenarios — documented for jury demo + UI cap lab parity.
* These prove agent-side refusal/clamp; on-chain escrow is a separate ceiling.
Expand Down
1 change: 1 addition & 0 deletions services/agent/src/mandate.test.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Copyright (c) 2026 Sub Rosa contributors
import assert from "node:assert/strict";
import { test } from "node:test";
import { createFakeTime } from "@sub-rosa/time";
Expand Down
1 change: 1 addition & 0 deletions services/appraisal-api/src/appraisal-fixtures.test.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Copyright (c) 2026 Sub Rosa contributors
// Schema-fixture tests.
//
// These tests pin the *shape* and the *user-displayable error strings* of the
Expand Down
1 change: 1 addition & 0 deletions services/appraisal-api/src/appraisal.test.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Copyright (c) 2026 Sub Rosa contributors
import assert from "node:assert/strict";
import { test } from "node:test";

Expand Down
1 change: 1 addition & 0 deletions services/appraisal-api/src/config.test.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Copyright (c) 2026 Sub Rosa contributors
import assert from "node:assert/strict";
import { describe, test } from "node:test";

Expand Down
1 change: 1 addition & 0 deletions services/auction-template/sealed-auction.smoke.test.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Copyright (c) 2026 Sub Rosa contributors
/**
* Smoke test for the sealed-auction template (fixture / offline mode).
*
Expand Down
1 change: 1 addition & 0 deletions services/keeper/src/dry-run.test.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Copyright (c) 2026 Sub Rosa contributors
import assert from "node:assert/strict";
import { describe, test } from "node:test";

Expand Down
1 change: 1 addition & 0 deletions services/keeper/src/keeper.test.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Copyright (c) 2026 Sub Rosa contributors
import { test } from "node:test";
import assert from "node:assert/strict";
import { createFakeTime } from "@sub-rosa/time";
Expand Down
1 change: 1 addition & 0 deletions services/keeper/src/queue-replay.test.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Copyright (c) 2026 Sub Rosa contributors
// queue-replay.test.ts
//
// Fixture-driven replay test for the keeper queue. Exercises the queue
Expand Down
1 change: 1 addition & 0 deletions services/keeper/src/settlement-guard.test.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Copyright (c) 2026 Sub Rosa contributors
// settlement-guard.test.ts
//
// Tests for Issue #79 — keeper duplicate-settlement suppression.
Expand Down
1 change: 1 addition & 0 deletions services/keeper/src/status-server.test.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Copyright (c) 2026 Sub Rosa contributors
import { test } from "node:test";
import assert from "node:assert/strict";
import { createFakeTime } from "@sub-rosa/time";
Expand Down
1 change: 1 addition & 0 deletions services/keeper/src/status.test.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Copyright (c) 2026 Sub Rosa contributors
import { describe, it } from "node:test";
import assert from "node:assert/strict";
import { createFakeTime } from "@sub-rosa/time";
Expand Down
1 change: 1 addition & 0 deletions services/keeper/src/store.test.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Copyright (c) 2026 Sub Rosa contributors
import { describe, it } from "node:test";
import * as assert from "node:assert";
import * as fs from "node:fs";
Expand Down
1 change: 1 addition & 0 deletions services/keeper/src/watch-queue.test.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Copyright (c) 2026 Sub Rosa contributors
import { describe, it } from "node:test";
import * as assert from "node:assert";
import * as fs from "node:fs";
Expand Down
1 change: 1 addition & 0 deletions services/keeper/src/watch.test.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Copyright (c) 2026 Sub Rosa contributors
import { test } from "node:test";
import assert from "node:assert/strict";

Expand Down
1 change: 1 addition & 0 deletions services/receipt-cli/src/receipt.test.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Copyright (c) 2026 Sub Rosa contributors
// Receipt verification tests with golden and tampered fixtures.

import { test } from "node:test";
Expand Down
Loading