mirror of
https://github.com/FlipsideCrypto/DefinitelyTyped.git
synced 2026-02-06 10:56:53 +00:00
Update comment, fix typo
This commit is contained in:
parent
b033ae77a8
commit
e56981db5b
2
angular-mocks/index.d.ts
vendored
2
angular-mocks/index.d.ts
vendored
@ -132,7 +132,7 @@ declare module 'angular' {
|
||||
|
||||
/**
|
||||
* Verifies that all of the requests defined via the expect api were made. If any of the requests were not made, verifyNoOutstandingExpectation throws an exception.
|
||||
* @param digest Do digest before checking expectation. Pass anything expect false to trigger digest.
|
||||
* @param digest Do digest before checking expectation. Pass anything except false to trigger digest. NOTE this flag is purposely undocumented by Angular, which means it's not to be used in normal client code.
|
||||
*/
|
||||
verifyNoOutstandingExpectation(digest?: boolean): void;
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user