MCPcopy Index your code
hub / github.com/developit/htm / describe

Function describe

test/__d8.mjs:20–25  ·  view source on GitHub ↗
(name, fn, path)

Source from the content-addressed store, hash-verified

18
19const processors = {
20 async describe(name, fn, path) {
21 stack.push(name);
22 log('INFO', name);
23 await fn();
24 stack.pop();
25 },
26 async test(name, fn, path) {
27 let stackBefore = stack;
28 stack = path.concat(name);

Callers 6

index.test.mjsFile · 0.85
preact.test.mjsFile · 0.85
perf.test.mjsFile · 0.85
babel.test.mjsFile · 0.85

Calls 1

logFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…