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

Commit d4fe383

Browse files
metamattIgorMinar
authored andcommitted
docs(ngMock): remove Jasmine-only comments now that Mocha works
Remove comments about angular.mock.inject and angular.mock.module being available for jasmine only. Since 1.1.1 the intent is that they be available for mocha as well; now they even work!
1 parent 6397860 commit d4fe383

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/ngMock/angular-mocks.js

-2
Original file line numberDiff line numberDiff line change
@@ -1686,7 +1686,6 @@ window.jstestdriver && (function(window) {
16861686
* @description
16871687
*
16881688
* *NOTE*: This is function is also published on window for easy access.<br>
1689-
* *NOTE*: Only available with {@link http://pivotal.github.com/jasmine/ jasmine}.
16901689
*
16911690
* This function registers a module configuration code. It collects the configuration information
16921691
* which will be used when the injector is created by {@link angular.mock.inject inject}.
@@ -1719,7 +1718,6 @@ window.jstestdriver && (function(window) {
17191718
* @description
17201719
*
17211720
* *NOTE*: This is function is also published on window for easy access.<br>
1722-
* *NOTE*: Only available with {@link http://pivotal.github.com/jasmine/ jasmine}.
17231721
*
17241722
* The inject function wraps a function into an injectable function. The inject() creates new
17251723
* instance of {@link AUTO.$injector $injector} per test, which is then used for

0 commit comments

Comments
 (0)