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 @@ -1996,6 +1996,7 @@ if(window.jasmine || window.mocha) {
1996
1996
* @description
1997
1997
*
1998
1998
* *NOTE*: This function is also published on window for easy access.<br>
1999
+ * *NOTE*: This function is declared ONLY WHEN running tests with jasmine or mocha
1999
2000
*
2000
2001
* This function registers a module configuration code. It collects the configuration information
2001
2002
* which will be used when the injector is created by {@link angular.mock.inject inject}.
@@ -2038,6 +2039,7 @@ if(window.jasmine || window.mocha) {
2038
2039
* @description
2039
2040
*
2040
2041
* *NOTE*: This function is also published on window for easy access.<br>
2042
+ * *NOTE*: This function is declared ONLY WHEN running tests with jasmine or mocha
2041
2043
*
2042
2044
* The inject function wraps a function into an injectable function. The inject() creates new
2043
2045
* 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