Tests: Fix form-reset-mixin test module name, add to the tests HTML

Ref gh-2249
This commit is contained in:
Michał Gołębiowski-Owczarek 2024-05-14 00:24:20 +02:00
parent 99250fe517
commit 5f615c275d
No known key found for this signature in database
2 changed files with 2 additions and 1 deletions

View File

@ -8,7 +8,7 @@ define( [
], function( QUnit, $, common, helper ) { ], function( QUnit, $, common, helper ) {
"use strict"; "use strict";
QUnit.module( "widget factory", { QUnit.module( "form-reset-mixin", {
beforeEach: function() { beforeEach: function() {
$.widget( "ui.testWidget", [ $.ui.formResetMixin, { $.widget( "ui.testWidget", [ $.ui.formResetMixin, {
_create: function() { _create: function() {

View File

@ -55,6 +55,7 @@
<h2>Utilities</h2> <h2>Utilities</h2>
<ul> <ul>
<li><a href="form-reset-mixin/form-reset-mixin.html">Form Reset Mixin</a></li>
<li><a href="jquery-patch/jquery-patch.html">jQuery Patch</a></li> <li><a href="jquery-patch/jquery-patch.html">jQuery Patch</a></li>
<li><a href="position/position.html">Position</a></li> <li><a href="position/position.html">Position</a></li>
</ul> </ul>