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