MCPcopy Index your code
hub / github.com/tinyplex/tinybase / testDocs

Function testDocs

gulpfile.mjs:803–805  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

801export const compileAndTestUnitFast = series(compileForTest, testUnitFast);
802
803export const testDocs = async () => {
804 await test(['test/unit/documentation.test.ts'], true);
805};
806
807export const compileAndTestDocs = series(compileForTest, testDocs);
808

Callers

nothing calls this directly

Calls 1

testFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…