Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/bytecodealliance/ComponentizeJS
/ test
Function
test
test/builtins/console-simple.js:9–13 ·
view source on GitHub ↗
(run)
Source
from the content-addressed store, hash-verified
7
`;
8
9
export
async
function
test (run) {
10
const
{ stdout, stderr } =
await
run();
11
strictEqual(stdout,
'test\n'
);
12
strictEqual(stderr,
''
);
13
}
Callers
nothing calls this directly
Calls
1
run
Function · 0.50
Tested by
no test coverage detected