mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 12:30:18 +00:00
Fixed type of assert.async()`.
The function `assert.async` is not of type `any`, it is a parameterless, void function.
This commit is contained in:
Vendored
+1
-1
@@ -170,7 +170,7 @@ interface QUnitAssert {
|
||||
* resolution callback for each async operation. The callback returned from assert.async()
|
||||
* will throw an Error if is invoked more than once.
|
||||
*/
|
||||
async(): any;
|
||||
async(): () => void;
|
||||
|
||||
/**
|
||||
* A deep recursive comparison assertion, working on primitive types, arrays, objects,
|
||||
|
||||
Reference in New Issue
Block a user