UNPKG

@ki1r0y/signed-cloud-server

Version:

Basic cloud storage in which contents are cryptographically signed, using distributed-storage as a co-dependency.

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