diff options
Diffstat (limited to 'test/scenario/dslSpec.js')
| -rw-r--r-- | test/scenario/dslSpec.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/scenario/dslSpec.js b/test/scenario/dslSpec.js index 1d4ee360..a07d411e 100644 --- a/test/scenario/dslSpec.js +++ b/test/scenario/dslSpec.js @@ -1,3 +1,5 @@ +'use strict'; + describe("angular.scenario.dsl", function() { var $window, $root; var application, eventLog; |
