UNPKG

grunt-jstestdriver

Version:

Grunt task for uniting testing using JS Test Driver.

7 lines (6 loc) 149 B
function Song() { } Song.prototype.persistFavoriteStatus = function(value) { // something complicated throw new Error("not yet implemented"); };