MCPcopy 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

14export const disableFeatures = ['stdio', 'random', 'clocks'];
15
16export async function test(run) {
17 const { stdout, stderr } = await run();
18 strictEqual(stderr, '');
19 strictEqual(stdout, '');
20}

Callers

nothing calls this directly

Calls 1

runFunction · 0.50

Tested by

no test coverage detected