mirror of
https://github.com/dorny/test-reporter.git
synced 2026-05-07 02:57:36 +02:00
5 lines
91 B
JavaScript
5 lines
91 B
JavaScript
function throwError() {
|
|
throw new Error('Some error')
|
|
}
|
|
|
|
exports.throwError = throwError
|