MCPcopy Create free account
hub / github.com/LambdaNote/support-ts-tapl / basic_test.ts

File basic_test.ts

article/basic_test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { generateTestUtils, parseBasic } from "./utils.ts";
2import { typecheck } from "./basic.ts";
3
4const { ok, ng } = generateTestUtils((code) => typecheck(parseBasic(code), {}));

Callers

nothing calls this directly

Calls 5

generateTestUtilsFunction · 0.90
typecheckFunction · 0.90
parseBasicFunction · 0.90
okFunction · 0.50
ngFunction · 0.50

Tested by

no test coverage detected