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

Function testProd

gulpfile.mjs:826–829  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

824export const compileAndTestE2e = series(compileForProdAndDocs, testE2e);
825
826export const testProd = async () => {
827 await execute('attw --pack dist --format table-flipped --profile esm-only');
828 await test(['test/prod']);
829};
830export const compileAndTestProd = series(compileForProdAndDocs, testProd);
831
832export const serveDocs = async () => {

Callers

nothing calls this directly

Calls 2

executeFunction · 0.85
testFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…