UNPKG

grunt-jstestdriver

Version:

Grunt task for uniting testing using JS Test Driver.

10 lines (9 loc) 228 B
beforeEach(function() { this.addMatchers({ toBePlaying: function(expectedSong) { var player = this.actual; return player.currentlyPlayingSong === expectedSong && player.isPlaying; } }); });