mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2025-11-28 10:10:37 -05:00
style(js): fix auto-fixable problems in JS test files
This commit is contained in:
parent
c2c1f37885
commit
cdbeaeb076
3 changed files with 7 additions and 7 deletions
|
|
@ -533,7 +533,7 @@ describe('TopNav', function () {
|
|||
path.basename(file_path),
|
||||
{
|
||||
lastModified,
|
||||
type: mime.lookup(file_path) || '',
|
||||
type: mime.lookup(file_path) || ''
|
||||
}
|
||||
);
|
||||
}
|
||||
|
|
@ -550,7 +550,7 @@ describe('TopNav', function () {
|
|||
|
||||
Object.defineProperty(input, 'files', {
|
||||
value: file_list,
|
||||
writeable: false,
|
||||
writeable: false
|
||||
});
|
||||
|
||||
return input;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue