aboutsummaryrefslogtreecommitdiffstats
path: root/test/FormattersSpec.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/FormattersSpec.js')
-rw-r--r--test/FormattersSpec.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/FormattersSpec.js b/test/FormattersSpec.js
index 1e059e6a..8f438671 100644
--- a/test/FormattersSpec.js
+++ b/test/FormattersSpec.js
@@ -1,3 +1,5 @@
+'use strict';
+
describe("formatter", function(){
it('should noop', function(){
assertEquals("abc", angular.formatter.noop.format("abc"));