MCPcopy Index your code
hub / github.com/scriptscat/scriptcat / autoTest

Function autoTest

example/tests/gm_download_test.js:495–495  ·  view source on GitHub ↗
(name, run)

Source from the content-addressed store, hash-verified

493 const tests = [];
494
495 function autoTest(name, run) { tests.push({ name, manual: false, run }); }
496 function manualTest(name, run) { tests.push({ name, manual: true, run }); }
497
498 // 1) sanity: APIs exist

Callers 1

Calls 1

pushMethod · 0.80

Tested by

no test coverage detected