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

Function section

example/tests/window_message_test.js:34–36  ·  view source on GitHub ↗
(name)

Source from the content-addressed store, hash-verified

32 );
33
34 function section(name) {
35 console.log(`\n%c--- ${name} ---`, "color: orange; font-weight: bold;");
36 }
37
38 function assertSame(expected, actual, message) {
39 if (!Object.is(expected, actual)) {

Callers 1

Calls 1

logMethod · 0.80

Tested by

no test coverage detected