A module representing a formatter.
- Source:
Methods
-
<inner> define(factory)
-
Override AMD `define` function for RequireJS
Parameters:
Name Type Description factory
function - Source:
-
<inner> footer() → {string}
-
Render footer of the report
- Source:
Returns:
- Type
- string
-
<inner> header() → {string}
-
Render header of the report
- Source:
Returns:
- Type
- string
-
<inner> report(path, messages) → {string}
-
Render body of the report
Parameters:
Name Type Description path
string messages
Object[] - Source:
Returns:
- Type
- string