mirror of
https://github.com/dorny/test-reporter.git
synced 2026-02-04 20:15:23 -08:00
Add support for mocha-json
This commit is contained in:
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
|
||||
Reference in New Issue
Block a user