Merge pull request #4000 from JoshMcCullough/patch-1

Fixed type of assert.async.
This commit is contained in:
Igor Oleinikov
2015-03-31 11:09:59 -07:00
+1 -1
View File
@@ -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,