You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 6, 2021. It is now read-only.
Copy file name to clipboardExpand all lines: entries/QUnit.assert.xml
+1-1
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@
4
4
<title>QUnit.assert</title>
5
5
<desc>Namespace for QUnit assertions</desc>
6
6
<longdesc>
7
-
<p>QUnit's built-in assertions are defined on the <code>QUnit.assert</code> object. This object is passed as the only argument to the <code>test</code> and <code>asyncTest</code> function.</p>
7
+
<p>QUnit's built-in assertions are defined on the <code>QUnit.assert</code> object. An instance of this object is passed as the only argument to the <code>QUnit.test</code> function callback.</p>
8
8
<p>This object has properties for each of <ahref="/category/assert/">QUnit's built-in assertion methods</a>.</p>
0 commit comments