From 7f8d411e245c170d1f11fb1e1af2ef6dd0b3bb3a Mon Sep 17 00:00:00 2001 From: =?UTF-8?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 --- 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 aca84ef0c59..6041ca8a3a9 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 80224682a83..2643c24a029 100644 --- a/tests/unit/index.html +++ b/tests/unit/index.html @@ -55,6 +55,7 @@

Widgets

Utilities