UNPKG

lasso-node

Version:

JavaScript widget and page unit testing with on the fly instrumentation

9 lines (8 loc) 228 B
function tests() { console.assert(true, 'true is false'); console.log('loading data json'); $.getJSON('data.json', function(data) { console.log('got json data'); console.assert(data.name === 'foo', 'wrong name!'); }); }