mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-16 23:30:23 +00:00
chore(ngMocks): shorten the length of the description line to avoid jsHint errors
This commit is contained in:
parent
a7e12b7959
commit
32ab648c79
1 changed files with 3 additions and 3 deletions
6
src/ngMock/angular-mocks.js
vendored
6
src/ngMock/angular-mocks.js
vendored
|
|
@ -1710,9 +1710,9 @@ angular.mock.$RootElementProvider = function() {
|
|||
*
|
||||
* # ngMock
|
||||
*
|
||||
* The `ngMock` module providers support to inject and mock Angular services into unit tests. In addition,
|
||||
* ngMock also extends various core ng services such that they can be inspected and controlled in a synchronous
|
||||
* manner within test code.
|
||||
* The `ngMock` module providers support to inject and mock Angular services into unit tests.
|
||||
* In addition, ngMock also extends various core ng services such that they can be
|
||||
* inspected and controlled in a synchronous manner within test code.
|
||||
*
|
||||
* {@installModule mocks}
|
||||
*
|
||||
|
|
|
|||
Loading…
Reference in a new issue