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
<ahref="#toc" title="Jump back to the TOC.">Ⓣ</a>
2889
2889
</div>
2890
2890
2891
-
<divclass="description-section" ><p>Asserts given object has exact keys.</p></div>
2891
+
<divclass="description-section" ><p>Asserts given object has exact keys. Compared to <code>properties</code>, <code>keys</code> does not accept Object as a argument.</p></div>
2892
2892
2893
2893
2894
2894
@@ -2903,7 +2903,7 @@ <h4>Arguments</h4>
2903
2903
<ol>
2904
2904
2905
2905
<li>
2906
-
<code>[keys]</code><em>(Array|...string|Object)</em>: <p>Keys to check</p>
2906
+
<code>[keys]</code><em>(Array|...string)</em>: <p>Keys to check</p>
0 commit comments