style(js): fix auto-fixable problems in JS test files

This commit is contained in:
rugk 2025-10-06 17:29:52 +00:00
parent c2c1f37885
commit cdbeaeb076
3 changed files with 7 additions and 7 deletions

View file

@ -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;