5 lines
102 B
JavaScript
5 lines
102 B
JavaScript
test(() => {
|
|
assert_true('GLOBAL' in self);
|
|
}, 'GLOBAL exists');
|
|
|
|
scripts.push('expect-global.js');
|