diff options
Diffstat (limited to 'test/mocks.js')
| -rw-r--r-- | test/mocks.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/mocks.js b/test/mocks.js index f55aa9e6..79a24bf1 100644 --- a/test/mocks.js +++ b/test/mocks.js @@ -1,3 +1,5 @@ +'use strict'; + /** * Mock implementation of {@link angular.service.$log} that gathers all logged messages in arrays * (one array per logging level). These arrays are exposed as `logs` property of each of the |
