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
Copy file name to clipboardExpand all lines: README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -1874,9 +1874,9 @@ Matchers that use the `toBe()` method of `jasmine.Matchers`.
1874
1874
|[`number()`](#testingtobematchersprototypenumber)| Expects provided `value` to be a `number`|
1875
1875
|[`numberBetween()`](#testingtobematchersprototypenumberbetween)| Expects provided `value` to be a `number` between minimum and maximum |
1876
1876
|[`object()`](#testingtobematchersprototypeobject)| Expects provided `value` to be an `object`|
1877
-
|[`objectKey()`](#testingtobematchersprototypeobjectkey)| Expects provided `value` to be an `object` with the given keys by using the [`hasOwnProperty`][js-hasownproperty] method of [`Object`][js-object]|
1877
+
|[`objectKey()`](#testingtobematchersprototypeobjectkey)| Expects provided `value` to be an `object` with the given keys by using the [`hasOwnProperty`][js-hasownproperty] method of the [`Object`][js-object]|
1878
1878
|[`objectKeyIn()`](#testingtobematchersprototypeobjectkeyin)| Expects provided `value` to be an `object` with the given keys by using the [`in`][js-in-operator] operator |
1879
-
|[`objectKeys()`](#testingtobematchersprototypeobjectkeys)| Expects provided `value` to be an `object` with some given keys by using the [`hasOwnProperty`][js-hasownproperty] method of [`Object`][js-object]|
1879
+
|[`objectKeys()`](#testingtobematchersprototypeobjectkeys)| Expects provided `value` to be an `object` with some given keys by using the [`hasOwnProperty`][js-hasownproperty] method of the [`Object`][js-object]|
1880
1880
|[`regexp()`](#testingtobematchersprototyperegexp)| Expects provided `value` to be [`RegExp`][js-regexp]|
1881
1881
|[`string()`](#testingtobematchersprototypestring)| Expects provided `value` to be a [`string`][js-string]|
1882
1882
|[`stringOfLength()`](#testingtobematchersprototypestringoflength)| Expects provided `value` to be a [`string`][js-string] of the specified minimum and maximum length |
0 commit comments