mirror of
https://github.com/dorny/test-reporter.git
synced 2025-12-16 06:17:10 +01:00
Add support for mocha-json
This commit is contained in:
parent
f285c4c6d7
commit
9b675bd55f
21 changed files with 1588 additions and 59 deletions
5
reports/mocha/lib/main.js
Normal file
5
reports/mocha/lib/main.js
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
function throwError() {
|
||||
throw new Error('Some error')
|
||||
}
|
||||
|
||||
exports.throwError = throwError
|
||||
Loading…
Add table
Add a link
Reference in a new issue