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