UNPKG

deadunit

Version:

A dead-simple nestable unit testing library for javascript and node.js.

5 lines (4 loc) 160 B
module.exports = function(i, str) { return i+str.split("\n") // get all lines .join("\n"+i) // join all lines with an indent }