aboutsummaryrefslogtreecommitdiffstats
path: root/test/jstd-scenario-adapter/AdapterSpecs.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/jstd-scenario-adapter/AdapterSpecs.js')
-rw-r--r--test/jstd-scenario-adapter/AdapterSpecs.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/jstd-scenario-adapter/AdapterSpecs.js b/test/jstd-scenario-adapter/AdapterSpecs.js
index ccf08e3d..f0d54d3c 100644
--- a/test/jstd-scenario-adapter/AdapterSpecs.js
+++ b/test/jstd-scenario-adapter/AdapterSpecs.js
@@ -1,3 +1,5 @@
+'use strict';
+
describe('jstd-adapter', function() {
var fakeJSTD = { pluginRegistrar: { register: function() {} } },
originalNavigateTo = angular.scenario.Application.prototype.navigateTo;