aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/button/methods.js
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unit/button/methods.js')
-rw-r--r--tests/unit/button/methods.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/unit/button/methods.js b/tests/unit/button/methods.js
index 80ce27b39..71909f87f 100644
--- a/tests/unit/button/methods.js
+++ b/tests/unit/button/methods.js
@@ -4,6 +4,7 @@ define( [
"lib/helper",
"ui/widgets/button"
], function( QUnit, $, helper ) {
+"use strict";
QUnit.module( "Button: methods", { afterEach: helper.moduleAfterEach } );