Implement Email button

This commit is contained in:
Haocen Xu 2019-08-21 17:36:22 -04:00
parent 63fdd2eba3
commit e079f6c830
No known key found for this signature in database
GPG key ID: 3F0D955A0F6AD729
6 changed files with 314 additions and 6 deletions

View file

@ -326,7 +326,7 @@ describe('TopNav', function () {
'returns the currently selected expiration date',
function () {
$.PrivateBin.TopNav.init();
assert.ok($.PrivateBin.TopNav.getExpiration() === '1week');
assert.ok($.PrivateBin.TopNav.getExpiration() === null);
}
);
});