apps/agentfield-mock/src/tests/mock.test.ts
Metadata
- Purpose: Source artifact in the anchor-msp system.
- Domain:
applications - Language:
ts - Bytes: 147
- Lines: 7
- Content hash (short):
525d6c4a - Source (start): apps/agentfield-mock/src/tests/mock.test.ts:1
- Source (end): apps/agentfield-mock/src/tests/mock.test.ts:7
Indexed Symbols
No indexed functions/methods detected in this file.
Markdown Headings (if applicable)
No markdown headings detected.
Source Preview
import { test } from "node:test";
import assert from "node:assert/strict";
test("agentfield-mock test harness", () => {
assert.equal(1, 1);
});