Skip to content

Reading Mocha Tests

Mike edited this page May 28, 2014 · 1 revision

A tested function

module.exports.linkTo = function(text, address) {   
  return "<a href='" + address + "'>" + text + "</a>"
};
Clone this wiki locally