MCPcopy Create free account
hub / github.com/observablehq/framework / markdown-test.ts

File markdown-test.ts

test/markdown-test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import assert from "node:assert";
2import {readdirSync, statSync} from "node:fs";
3import {mkdir, readFile, unlink, writeFile} from "node:fs/promises";
4import {basename, join, resolve} from "node:path/posix";

Callers

nothing calls this directly

Calls 9

normalizeConfigFunction · 0.85
parseMarkdownFunction · 0.85
jsonMetaFunction · 0.85
isEnoentFunction · 0.85
mkdirFunction · 0.85
jsonEqualFunction · 0.85
resolveFunction · 0.70
writeFileFunction · 0.50
warnMethod · 0.45

Tested by

no test coverage detected