Files
openclaw/test/fixtures/ts-topology/basic/tests/public.test.ts
2026-06-04 20:42:26 -04:00

7 lines
175 B
TypeScript

// TS topology public fixture test exercises public fixture SDK exports.
import { testOnlyThing } from "fixture-sdk";
export function testUse() {
return testOnlyThing();
}