joomla-cms
joomla-cms copied to clipboard
[cypress] lint mjs files
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