Skip to content

Commit

Permalink
Tests: Fix form-reset-mixin test module name, add to the tests HTML
Browse files Browse the repository at this point in the history
  • Loading branch information
mgol committed May 14, 2024
1 parent 99250fe commit 5f615c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
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

0 comments on commit 5f615c2

Please sign in to comment.