mirror of
https://github.com/dorny/test-reporter.git
synced 2025-12-15 13:57:09 +01:00
5 lines
91 B
JavaScript
5 lines
91 B
JavaScript
function throwError() {
|
|
throw new Error('Some error')
|
|
}
|
|
|
|
exports.throwError = throwError
|