Skip to content

Commit 0d3a9b4

Browse files
authored
Merge pull request #339 from emrekayat/fix/assigned-218
chore: add requested test copyright headers (#218)
2 parents 6959816 + 9731b40 commit 0d3a9b4

22 files changed

Lines changed: 22 additions & 0 deletions

apps/web/src/components/dashboard/RoundStatusCard.test.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// Copyright (c) 2026 Sub Rosa contributors
12
import assert from "node:assert/strict";
23
import test from "node:test";
34
import { renderToStaticMarkup } from "react-dom/server";

apps/web/src/dashboard/fixture-health-check.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// Copyright (c) 2026 Sub Rosa contributors
12
import assert from "node:assert/strict";
23
import { test } from "node:test";
34

apps/web/src/demo/trace-health-check.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// Copyright (c) 2026 Sub Rosa contributors
12
import assert from "node:assert/strict";
23
import { test } from "node:test";
34

apps/web/src/lib/config.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// Copyright (c) 2026 Sub Rosa contributors
12
import assert from "node:assert/strict";
23
import { test } from "node:test";
34

apps/web/src/lib/round-status.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// Copyright (c) 2026 Sub Rosa contributors
12
import assert from "node:assert/strict";
23
import { test } from "node:test";
34

services/agent/src/bidder.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// Copyright (c) 2026 Sub Rosa contributors
12
import assert from "node:assert/strict";
23
import { test } from "node:test";
34

services/agent/src/mandate-cap-negative.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// Copyright (c) 2026 Sub Rosa contributors
12
/**
23
* Negative cap-safety scenarios — documented for jury demo + UI cap lab parity.
34
* These prove agent-side refusal/clamp; on-chain escrow is a separate ceiling.

services/agent/src/mandate.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// Copyright (c) 2026 Sub Rosa contributors
12
import assert from "node:assert/strict";
23
import { test } from "node:test";
34
import { createFakeTime } from "@sub-rosa/time";

services/appraisal-api/src/appraisal-fixtures.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// Copyright (c) 2026 Sub Rosa contributors
12
// Schema-fixture tests.
23
//
34
// These tests pin the *shape* and the *user-displayable error strings* of the

services/appraisal-api/src/appraisal.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// Copyright (c) 2026 Sub Rosa contributors
12
import assert from "node:assert/strict";
23
import { test } from "node:test";
34

0 commit comments

Comments
 (0)