mirror of
https://github.com/dorny/test-reporter.git
synced 2026-02-03 19:55:22 -08:00
Add jest-junit fixture project
This commit is contained in:
5
reports/jest/lib/main.js
Normal file
5
reports/jest/lib/main.js
Normal file
@@ -0,0 +1,5 @@
|
||||
function throwError() {
|
||||
throw new Error('Some error')
|
||||
}
|
||||
|
||||
exports.throwError = throwError
|
||||
Reference in New Issue
Block a user