Skip to content
Prev Previous commit
Tests: Fix form-reset-mixin test module name, add to the tests HTML
  • Loading branch information
mgol committed May 14, 2024
commit 5f615c275d2c88305dd0733a12de3915a7c501af
2 changes: 1 addition & 1 deletion tests/unit/form-reset-mixin/core.js
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down
1 change: 1 addition & 0 deletions tests/unit/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ <h2>Widgets</h2>

<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>
Expand Down