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

Function manualTest

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

Source from the content-addressed store, hash-verified

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
499 autoTest("APIs exist (GM_download / GM.download)", async () => {

Callers 1

Calls 1

pushMethod · 0.80

Tested by

no test coverage detected