diff options
Diffstat (limited to 'test/data/html/js/html-test-utilities.js')
| -rw-r--r-- | test/data/html/js/html-test-utilities.js | 4 | 
1 files changed, 4 insertions, 0 deletions
diff --git a/test/data/html/js/html-test-utilities.js b/test/data/html/js/html-test-utilities.js index b72b7fca..c3382456 100644 --- a/test/data/html/js/html-test-utilities.js +++ b/test/data/html/js/html-test-utilities.js @@ -16,6 +16,10 @@   * along with this program.  If not, see <https://www.gnu.org/licenses/>.   */ +/** + * This is a static class because this file is not imported as a module. + */ +// eslint-disable-next-line unicorn/no-static-only-class  class HtmlTestUtilities {      /**       * @param {Element} element  |