Skip to content

Commit

Permalink
Merge pull request #37 from antoniovazquezblanco/dependabot/npm_and_y…
Browse files Browse the repository at this point in the history
…arn/ts-jest-29.2.2

Bump ts-jest from 29.1.5 to 29.2.2
  • Loading branch information
antoniovazquezblanco authored Jul 15, 2024
2 parents df83bc5 + 9b926ca commit 9bb6fa6
Show file tree
Hide file tree
Showing 2 changed files with 75 additions and 5 deletions.
78 changes: 74 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@vercel/ncc": "^0.38.1",
"jest": "^29.7.0",
"prettier": "^3.3.2",
"ts-jest": "^29.1.5",
"ts-jest": "^29.2.2",
"ts-node": "^10.9.2"
},
"dependencies": {
Expand Down

2 comments on commit 9bb6fa6

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage report

St.
Category Percentage Covered / Total
🟢 Statements 91.16% 134/147
🟡 Branches 78.26% 18/23
🟢 Functions 100% 10/10
🟢 Lines 91.16% 134/147

Test suite run success

6 tests passing in 2 suites.

Report generated by 🧪jest coverage report action from 9bb6fa6

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage report

Caution

An unexpected error occurred. For more details, check console

TypeError: Cannot read properties of undefined (reading 'totalStatements')
St.
Category Percentage Covered / Total
🟢 Statements 91.16% 134/147
🟡 Branches 78.26% 18/23
🟢 Functions 100% 10/10
🟢 Lines 91.16% 134/147

Test suite run success

6 tests passing in 2 suites.

Report generated by 🧪jest coverage report action from 9bb6fa6

Please sign in to comment.