1
0
Fork 0
mirror of synced 2026-06-05 14:48:19 +00: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