-
Types
See examples of object shapes used by spooning.
-
Reporter
Handle test results.
-
Tap
Render TAP-formatted output.
-
TestQueue
Enqueue and run tests (optionally in parallel).
-
UnexpectedOutputError
Create an Error with a formatted message that compares actual/expected values.
-
acEx
Return a formatted message that compares actual/expected values.
-
isString
Return
trueif the provided value is a string literal orStringobject (otherwise returnfalse). -
maybeStringify
If the provided value is a string, return it unchanged. Otherwise encode it with
JSON.stringifyand return the result.