joomla-cms icon indicating copy to clipboard operation
joomla-cms copied to clipboard

[cypress] lint mjs files

Open heelc29 opened this issue 7 months ago • 1 comments

Follow up Pull Request for #43676 .

Summary of Changes

Some files are renamed from *.js to *.mjs, but the lint:testjs command has not been updated to the new file extension

Testing Instructions

npm run lint:testjs

Actual result BEFORE applying this Pull Request

*.mjs are not tested (eslint) in javascript-cs

Expected result AFTER applying this Pull Request

*.mjs are tested (eslint) in javascript-cs

heelc29 avatar Jul 12 '24 14:07 heelc29