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

Function testUnit

gulpfile.mjs:784–786  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

782export const compileForProd = () => compileModulesForProd();
783
784export const testUnit = async () => {
785 await test(['test/unit'], true);
786};
787
788export const compileAndTestUnit = series(compileForTest, testUnit);
789

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…