]> source.dussan.org Git - jquery-ui.git/commitdiff
Tests: Fix form-reset-mixin test module name, add to the tests HTML 2249/head
authorMichał Gołębiowski-Owczarek <m.goleb@gmail.com>
Mon, 13 May 2024 22:24:20 +0000 (00:24 +0200)
committerMichał Gołębiowski-Owczarek <m.goleb@gmail.com>
Tue, 14 May 2024 22:38:40 +0000 (00:38 +0200)
Ref gh-2249

tests/unit/form-reset-mixin/core.js
tests/unit/index.html

index aca84ef0c59663f3bf3034e9ed921d561ecc942d..6041ca8a3a9c54f56aa2341754ab5c95d476382d 100644 (file)
@@ -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() {
index 80224682a83180197c610472e25d29a6281ceddd..2643c24a029cb23a9a574e23e8d56bc97ff5e527 100644 (file)
@@ -55,6 +55,7 @@
 
                <h2>Utilities</h2>
                <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="position/position.html">Position</a></li>
                </ul>