Skip to content
This repository was archived by the owner on Jul 6, 2021. It is now read-only.

Commit 8f1b6a0

Browse files
committed
Test: Set type of assert argument to Assert
Fixes #58 Ref jquery/api.jquery.com#572
1 parent b069817 commit 8f1b6a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

entries/QUnit.test.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<argument name="test">
1010
<desc>Function to close over assertions</desc>
1111
<type name="Function">
12-
<argument name="assert" type="Object"></argument>
12+
<argument name="assert" type="Assert"></argument>
1313
</type>
1414
</argument>
1515
</signature>

0 commit comments

Comments
 (0)