diff options
Diffstat (limited to 'test/AngularTest.js')
| -rw-r--r-- | test/AngularTest.js | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/AngularTest.js b/test/AngularTest.js index a9146adf..8db723e5 100644 --- a/test/AngularTest.js +++ b/test/AngularTest.js @@ -1,6 +1,5 @@ AngularTest = TestCase('AngularTest'); - UrlWatcherTest = TestCase('UrlWatcherTest'); UrlWatcherTest.prototype.testUrlWatcher = function () { @@ -42,4 +41,4 @@ FunctionTest = TestCase("FunctionTest"); FunctionTest.prototype.testEscapeHtml = function () { assertEquals("<div>&amp;</div>", escapeHtml('<div>&</div>')); -};
\ No newline at end of file +}; |
