From 5f615c275d2c88305dd0733a12de3915a7c501af Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20Go=C5=82e=CC=A8biowski-Owczarek?= Date: Tue, 14 May 2024 00:24:20 +0200 Subject: [PATCH] Tests: Fix form-reset-mixin test module name, add to the tests HTML Ref gh-2249 --- tests/unit/form-reset-mixin/core.js | 2 +- tests/unit/index.html | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/unit/form-reset-mixin/core.js b/tests/unit/form-reset-mixin/core.js index aca84ef0c..6041ca8a3 100644 --- a/tests/unit/form-reset-mixin/core.js +++ b/tests/unit/form-reset-mixin/core.js @@ -8,7 +8,7 @@ define( [ ], function( QUnit, $, common, helper ) { "use strict"; -QUnit.module( "widget factory", { +QUnit.module( "form-reset-mixin", { beforeEach: function() { $.widget( "ui.testWidget", [ $.ui.formResetMixin, { _create: function() { diff --git a/tests/unit/index.html b/tests/unit/index.html index 80224682a..2643c24a0 100644 --- a/tests/unit/index.html +++ b/tests/unit/index.html @@ -55,6 +55,7 @@

Utilities

-- 2.39.5