UNPKG

show-bible

Version:

This is a package that returns a verse of the bible. I hope that package can bless your life!

16 lines (14 loc) 319 B
beforeEach(function () { jasmine.addMatchers({ toBePlaying: function () { return { compare: function (actual, expected) { var player = actual; return { pass: player.currentlyPlayingSong === expected && player.isPlaying } } }; } }); });