Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/bytecodealliance/ComponentizeJS
/ test
Function
test
test/builtins/pure.js:16–20 ·
view source on GitHub ↗
(run)
Source
from the content-addressed store, hash-verified
14
export
const
disableFeatures = [
'stdio'
,
'random'
,
'clocks'
];
15
16
export
async
function
test(run) {
17
const
{ stdout, stderr } =
await
run();
18
strictEqual(stderr,
''
);
19
strictEqual(stdout,
''
);
20
}
Callers
nothing calls this directly
Calls
1
run
Function · 0.50
Tested by
no test coverage detected