Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 32ab648

Browse files
committed
chore(ngMocks): shorten the length of the description line to avoid jsHint errors
1 parent a7e12b7 commit 32ab648

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/ngMock/angular-mocks.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -1710,9 +1710,9 @@ angular.mock.$RootElementProvider = function() {
17101710
*
17111711
* # ngMock
17121712
*
1713-
* The `ngMock` module providers support to inject and mock Angular services into unit tests. In addition,
1714-
* ngMock also extends various core ng services such that they can be inspected and controlled in a synchronous
1715-
* manner within test code.
1713+
* The `ngMock` module providers support to inject and mock Angular services into unit tests.
1714+
* In addition, ngMock also extends various core ng services such that they can be
1715+
* inspected and controlled in a synchronous manner within test code.
17161716
*
17171717
* {@installModule mocks}
17181718
*

0 commit comments

Comments
 (0)