UNPKG

lasso-node

Version:

JavaScript widget and page unit testing with on the fly instrumentation

6 lines (5 loc) 157 B
module("foo tests"); test("foo test", function () { equal(typeof foo, 'function', 'foo is a function'); equal(foo(), 'foo', 'foo returns string foo'); });