mirror of
https://github.com/dorny/test-reporter.git
synced 2025-12-16 14:27:10 +01:00
Add jest-junit fixture project
This commit is contained in:
parent
83a6323aa9
commit
f861278768
7 changed files with 4835 additions and 1 deletions
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
|
||||
Loading…
Add table
Add a link
Reference in a new issue