Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/bytecodealliance/ComponentizeJS
/ test
Function
test
test/builtins/globals.js:126–133 ·
view source on GitHub ↗
(run)
Source
from the content-addressed store, hash-verified
124
];
125
126
export
async
function
test(run) {
127
const
{ stdout, stderr } =
await
run();
128
strictEqual(
129
stdout,
130
'['
+ EXPECTED_GLOBALS.map((v) => `
"${v}"
`).join(
', '
) +
']\n'
,
131
);
132
strictEqual(stderr,
''
);
133
}
Callers
nothing calls this directly
Calls
1
run
Function · 0.50
Tested by
no test coverage detected