diff options
Diffstat (limited to 'test/directivesSpec.js')
| -rw-r--r-- | test/directivesSpec.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/directivesSpec.js b/test/directivesSpec.js index a640fc50..39c52ac6 100644 --- a/test/directivesSpec.js +++ b/test/directivesSpec.js @@ -1,3 +1,5 @@ +'use strict'; + describe("directive", function(){ var compile, model, element; |
