expect-global.js (102B)
1 test(() => { 2 assert_true('GLOBAL' in self); 3 }, 'GLOBAL exists'); 4 5 scripts.push('expect-global.js');