mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2026-04-18 21:48:24 -04:00
style(js): fix auto-fixable problems in JS test files
This commit is contained in:
+2
-2
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user