general purpose logger not associated with suite (goes to console)
Sets or gets the default captureRejection value for all emitters.
This symbol shall be used to install a listener for only monitoring 'error'
events. Listeners installed using this symbol are called before the regular
'error'
listeners are called.
Installing a listener using this symbol does not change the behavior once an
'error'
event is emitted, therefore the process will still crash if no
regular 'error'
listener is installed.
Finds plyees from suites and tests.
suite/test paths
Plyees should be test paths (not suites). TODO: DRY this out
Generated using TypeDoc
Utility for executing multiple tests, organized into their respective suites. Used by both CLI and vscode-ply.