docs(ngMocks): fix type for $flushPendingTasks/$verifyPendingsTasks
Closes #16638
This commit is contained in:
Vendored
+2
-2
@@ -240,7 +240,7 @@ angular.mock.$Browser.prototype = {
|
||||
};
|
||||
|
||||
/**
|
||||
* @ngdoc function
|
||||
* @ngdoc service
|
||||
* @name $flushPendingTasks
|
||||
*
|
||||
* @description
|
||||
@@ -279,7 +279,7 @@ angular.mock.$FlushPendingTasksProvider = function() {
|
||||
};
|
||||
|
||||
/**
|
||||
* @ngdoc function
|
||||
* @ngdoc service
|
||||
* @name $verifyNoPendingTasks
|
||||
*
|
||||
* @description
|
||||
|
||||
Reference in New Issue
Block a user