bond icon indicating copy to clipboard operation
bond copied to clipboard

simple stub/spy javascript library

Results 2 bond issues
Sort by recently updated
recently updated
newest added

You can use `arguments.callee` in strict mode. https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Functions/arguments/callee

When using `bond#to` with fat-arrow function syntax, the constructor detection breaks: ``` TypeError: Function has non-object prototype 'undefined' in instanceof check at Object.spy [as getPostComments] (node_modules/bondjs/lib/bond.js:16:48) ```