UNPKG

dtang-pubsub

Version:

A small PubSub library under the PS constructor function.

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