pete

PeTe exports three benchmarking functions: todo, skip and test.
It also exports some "built-in" reporters constructors, grouped into reporters object.

Description:
  • PeTe exports three benchmarking functions: todo, skip and test.
    It also exports some "built-in" reporters constructors, grouped into reporters object.

Source:
See:
Properties:
Name Type Description
skip module:pete/skip
todo module:pete/todo
test module:pete/test
reporters object
Properties
Name Type Description
callback module:pete/lib/reporters/callback
json module:pete/lib/reporters/json
mico module:pete/lib/reporters/mico
process module:pete/lib/reporters/process
tap module:pete/lib/reporters/tap