pete/lib/reporters/json

(require("pete/lib/reporters/json"))(optionsopt) → {module:pete/lib/getReporters~report}

Description:
  • Create and return report function that will output reports in JSON format.

Source:
See:
Parameters:
Name Type Attributes Description
options object <optional>
Properties
Name Type Attributes Description
out object <optional>

path to file that should be created

callback object <optional>

to call once on out stream close event

Returns:
Type
module:pete/lib/getReporters~report