UNPKG

coverify

Version:

code coverage browserify transform

9 lines (8 loc) 144 B
function test() { return this; } var scope = {}; var value = test.call(scope); if (scope !== value) { throw new Error('Wrong scope'); }