better.js icon indicating copy to clipboard operation
better.js copied to clipboard

inline tests as function attributes

Open jeromeetienne opened this issue 12 years ago • 0 comments

from http://sergimansilla.com/blog/extending-js-inline-unit-tests/

example in there language:

function square(n) {
    return n * n;
} where {
    square(2) is 4
    square(3) is 5
}

jeromeetienne avatar Nov 11 '13 18:11 jeromeetienne