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

Function testBun

gulpfile.mjs:790–795  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

788export const compileAndTestUnit = series(compileForTest, testUnit);
789
790export const testBun = () =>
791 execute(
792 'bun test ' +
793 'test/unit/persisters/database ' +
794 'test/unit/core/documentation.test.ts',
795 );
796
797export const testUnitFast = async () => {
798 await test(['test/unit/core'], true);

Callers

nothing calls this directly

Calls 1

executeFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…