Files
test-reporter/reports/mocha/lib/main.js
2021-02-23 22:39:35 +01:00

6 lines
91 B
JavaScript

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