UNPKG

lasso-node

Version:

JavaScript widget and page unit testing with on the fly instrumentation

4 lines 159 B
function useFoo() { console.assert(typeof foo === 'function', 'foo should be a function'); console.assert(foo() === 'foo', 'foo returns what is expected'); }