Skip to content

ESLint: Use JS instead of HTML test

Dinesh Bolkensteyn requested to merge no-html-test into main

We currently do not scan HMTL files, yet we have HTML test file that doesn't contain any assertion. A rewrite into Javascript is preferable.

Note that there are plenty of matches for this rule on GitLab.com, so it is being triggered.

This change is a prerequisite in order to enable stricter CI checks.

Edited by Dinesh Bolkensteyn

Merge request reports