1
0
Fork 0
mirror of https://github.com/dorny/test-reporter.git synced 2026-02-04 13:37:56 +01:00
test-reporter/reports/jest/lib/main.js
2020-10-18 21:08:40 +02:00

5 lines
91 B
JavaScript

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