mirror of
https://github.com/dorny/test-reporter.git
synced 2026-02-01 10:55:23 -08:00
6 lines
91 B
JavaScript
6 lines
91 B
JavaScript
function throwError() {
|
|
throw new Error('Some error')
|
|
}
|
|
|
|
exports.throwError = throwError
|