This repository has been archived by the owner on Jul 6, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 38
Make type of test's assert argument more helpful #58
Comments
Short story: we should be able to do this: diff --git a/entries/QUnit.test.xml b/entries/QUnit.test.xml
index fd08c08..eaa1402 100644
--- a/entries/QUnit.test.xml
+++ b/entries/QUnit.test.xml
@@ -9,7 +9,7 @@
<argument name="test">
<desc>Function to close over assertions</desc>
<type name="Function">
- <argument name="assert" type="Object"></argument>
+ <argument name="assert" type="Assert"></argument>
</type>
</argument>
</signature> And set a reference link to the custom type. |
jzaefferer
added a commit
to jzaefferer/api.jquery.com
that referenced
this issue
Oct 10, 2014
jzaefferer
added a commit
that referenced
this issue
Oct 10, 2014
jzaefferer
added a commit
to jzaefferer/api.jquery.com
that referenced
this issue
Oct 17, 2014
jzaefferer
added a commit
to jquery/api.jquery.com
that referenced
this issue
Oct 17, 2014
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Depends on jquery/grunt-jquery-content#54
Based on #55.
The text was updated successfully, but these errors were encountered: