-
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
true
if the provided value is a string literal orString
object (otherwise returnfalse
). -
maybeStringify
If the provided value is a string, return it unchanged. Otherwise encode it with
JSON.stringify
and return the result.