mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2025-11-27 17:50:50 -05:00
address eslint errors
This commit is contained in:
parent
85962a537a
commit
e7c2aa4d60
10 changed files with 15 additions and 16 deletions
|
|
@ -12,6 +12,7 @@ describe('AttachmentViewer', function () {
|
|||
'string',
|
||||
'string',
|
||||
'string',
|
||||
// eslint-disable-next-line complexity
|
||||
function (mimeType, rawdata, filename, prefix, postfix) {
|
||||
let clean = jsdom(),
|
||||
data = 'data:' + mimeType + ';base64,' + common.btoa(rawdata),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue