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
+66-2Lines changed: 66 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ Everything to support testing.
34
34
35
35
*[Skeleton](#skeleton)
36
36
*[Installation](#installation)
37
-
*[instanceof](#instanceof)
37
+
*[Instance of](#instanceof)
38
38
*[Testing](#testing)
39
39
*[Constants](#constants)
40
40
*[Git](#git)
@@ -177,7 +177,7 @@ Simple object to support the testing.
177
177
|[`toBeInstanceOfString()`](#testingprototypetobeinstanceofstring)| Executes the spec on a state `true` from the `execute` expecting the provided `value` to be an instance of a [`String`][js-string] on the given `expected` state of `true`|
178
178
|[`toBeInstanceOfSyntaxError()`](#testingprototypetobeinstanceofsyntaxerror)| Executes the spec on a state `true` from the `execute` expecting the provided `value` to be an instance of [`SyntaxError`][js-syntaxerror] on the given `expected` state of `true`|
179
179
|[`toBeInstanceOfTypeError()`](#testingprototypetobeinstanceoftypeerror)| Executes the spec on a state `true` from the `execute` expecting the provided `value` to be an instance of [`TypeError`][js-typeerror] on the given `expected` state of `true`|
180
-
|[`toBeInstanceOfURIError()`](#testingprototypetobeinstanceofurlerror)| Executes the spec on a state `true` from the `execute` expecting the provided `value` to be an instance of [`URIError`][js-urlerror] on the given `expected` state of `true`|
180
+
|[`toBeInstanceOfURIError()`](#testingprototypetobeinstanceofurierror)| Executes the spec on a state `true` from the `execute` expecting the provided `value` to be an instance of [`URIError`][js-urlerror] on the given `expected` state of `true`|
181
181
|[`toBeInstanceOfWeakSet()`](#testingprototypetobeinstanceofweakset)| Executes the spec on a state `true` from the `execute` expecting the provided `value` to be an instance of a [`WeakSet`][js-weakset] on the given `expected` state of `true`|
182
182
|[`toBeNull()`](#testingprototypetobenull)| Executes the spec on a state `true` from the `execute` expecting the provided `value` to be [`null`][js-null] on the given `expected` state of `true`|
183
183
|[`toBeNumberType()`](#testingprototypetobenumbertype)| Executes the spec on a state `true` from the `execute` expecting the provided `value` to be of a [`number`][js-number] type on the given `expected` state of `true`|
0 commit comments