1
0
Fork 0
mirror of https://github.com/dorny/test-reporter.git synced 2026-02-04 05:27:55 +01:00
test-reporter/reports/mocha/lib/main.js
2021-02-23 22:39:35 +01:00

5 lines
91 B
JavaScript

function throwError() {
throw new Error('Some error')
}
exports.throwError = throwError