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

Function testE2e

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

Source from the content-addressed store, hash-verified

820export const compileForProdAndDocs = series(compileForProd, compileDocs);
821
822export const testE2e = () => execute('npx playwright test', true);
823
824export const compileAndTestE2e = series(compileForProdAndDocs, testE2e);
825

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…