Source code
Revision control
Copy as Markdown
Other Tools
test(() => {
assert_true('GLOBAL' in self);
}, 'GLOBAL exists');
scripts.push('expect-global.js');
test(() => {
assert_true('GLOBAL' in self);
}, 'GLOBAL exists');
scripts.push('expect-global.js');