Skip to content

Commit

Permalink
Merge pull request #50 from antoniovazquezblanco/dependabot/npm_and_y…
Browse files Browse the repository at this point in the history
…arn/types/jest-29.5.14

Bump @types/jest from 29.5.13 to 29.5.14
  • Loading branch information
antoniovazquezblanco authored Oct 28, 2024
2 parents d1eae3e + d12cb85 commit 29f27ec
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 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 @@ -27,7 +27,7 @@
"test": "node --experimental-vm-modules node_modules/jest/bin/jest.js"
},
"devDependencies": {
"@types/jest": "^29.5.13",
"@types/jest": "^29.5.14",
"@vercel/ncc": "^0.38.2",
"jest": "^29.7.0",
"prettier": "^3.3.3",
Expand Down

2 comments on commit 29f27ec

@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 29f27ec

@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 29f27ec

Please sign in to comment.