mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2025-07-23 06:50:40 -04:00
adding method to export credentials
This commit is contained in:
parent
c707c87cac
commit
9d2d7bde42
6 changed files with 89 additions and 11 deletions
|
@ -4,9 +4,6 @@ var common = require('../common');
|
|||
describe('AttachmentViewer', function () {
|
||||
describe('setAttachment, showAttachment, removeAttachment, hideAttachment, hideAttachmentPreview, hasAttachment, getAttachment & moveAttachmentTo', function () {
|
||||
this.timeout(30000);
|
||||
before(function () {
|
||||
cleanup();
|
||||
});
|
||||
|
||||
jsc.property(
|
||||
'displays & hides data as requested',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue