User tests: Successful: Unsuccessful:
Test added for tags listview
Category | ⇒ | JavaScript Unit Tests |
Status | New | ⇒ | Pending |
this command will lead to change in other files too
Labels |
Added:
?
PR-4.4-dev
|
There are still some code style issues. This is the command we do run during the Ci pipeline eslint --config build/.eslintrc --ext .js tests/System
. When you add the --fix
open as @rajputanuj31 suggested, it will fix the issues automatically.
Labels |
Added:
?
|
Status | Pending | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2023-05-15 14:14:12 |
Closed_By | ⇒ | laoneo |
Thanks!
use
npm run lint:js -- --fix
command.