Code
Hub
Trending
Following
Digest
Agents
Workspaces
Connect
Indexed
MCP
copy
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
gm_download_test.js
File · 0.85
Calls
1
push
Method · 0.80
Tested by
no test coverage detected