diff options
Diffstat (limited to 'test')
| -rw-r--r-- | test/ExternalApiTest.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/ExternalApiTest.js b/test/ExternalApiTest.js index 40cb0ab4..7356915b 100644 --- a/test/ExternalApiTest.js +++ b/test/ExternalApiTest.js @@ -6,5 +6,9 @@ ExternalApiTest.prototype = { var scope = angular.compile(node); assertEquals(1, scope.get('a')); assertEquals(2, scope.get('b')); + }, + + testItShouldRegisterAnchorListener: function (){ + } }; |
