We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7e12b7 commit 32ab648Copy full SHA for 32ab648
src/ngMock/angular-mocks.js
@@ -1710,9 +1710,9 @@ angular.mock.$RootElementProvider = function() {
1710
*
1711
* # ngMock
1712
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.
+ * 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.
1716
1717
* {@installModule mocks}
1718
0 commit comments