Add jest-junit fixture project

This commit is contained in:
Michal Dorner
2020-10-18 21:08:40 +02:00
parent 83a6323aa9
commit f861278768
7 changed files with 4835 additions and 1 deletions

5
reports/jest/lib/main.js Normal file
View File

@@ -0,0 +1,5 @@
function throwError() {
throw new Error('Some error')
}
exports.throwError = throwError