File tree 1 file changed +2
-0
lines changed
1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -2074,6 +2074,7 @@ if(window.jasmine || window.mocha) {
2074
2074
* @description
2075
2075
*
2076
2076
* *NOTE*: This function is also published on window for easy access.<br>
2077
+ * *NOTE*: This function is declared ONLY WHEN running tests with jasmine or mocha
2077
2078
*
2078
2079
* This function registers a module configuration code. It collects the configuration information
2079
2080
* which will be used when the injector is created by {@link angular.mock.inject inject}.
@@ -2116,6 +2117,7 @@ if(window.jasmine || window.mocha) {
2116
2117
* @description
2117
2118
*
2118
2119
* *NOTE*: This function is also published on window for easy access.<br>
2120
+ * *NOTE*: This function is declared ONLY WHEN running tests with jasmine or mocha
2119
2121
*
2120
2122
* The inject function wraps a function into an injectable function. The inject() creates new
2121
2123
* instance of {@link auto.$injector $injector} per test, which is then used for
You can’t perform that action at this time.
0 commit comments