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

Function testUnitFast

gulpfile.mjs:797–799  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

795 );
796
797export const testUnitFast = async () => {
798 await test(['test/unit/core'], true);
799};
800
801export const compileAndTestUnitFast = series(compileForTest, testUnitFast);
802

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…