Skip to content

Commit 5f615c2

Browse files
committed
Tests: Fix form-reset-mixin test module name, add to the tests HTML
Ref gh-2249
1 parent 99250fe commit 5f615c2

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ define( [
88
], function( QUnit, $, common, helper ) {
99
"use strict";
1010

11-
QUnit.module( "widget factory", {
11+
QUnit.module( "form-reset-mixin", {
1212
beforeEach: function() {
1313
$.widget( "ui.testWidget", [ $.ui.formResetMixin, {
1414
_create: function() {

tests/unit/index.html

+1
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ <h2>Widgets</h2>
5555

5656
<h2>Utilities</h2>
5757
<ul>
58+
<li><a href="form-reset-mixin/form-reset-mixin.html">Form Reset Mixin</a></li>
5859
<li><a href="jquery-patch/jquery-patch.html">jQuery Patch</a></li>
5960
<li><a href="position/position.html">Position</a></li>
6061
</ul>

0 commit comments

Comments
 (0)