-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: Upgrade dependencies and fix unit tests #466
Conversation
b09e002
to
01acf69
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #466 +/- ##
==========================================
- Coverage 85.00% 84.10% -0.91%
==========================================
Files 63 63
Lines 1961 1963 +2
Branches 532 531 -1
==========================================
- Hits 1667 1651 -16
- Misses 284 299 +15
- Partials 10 13 +3 ☔ View full report in Codecov by Sentry. |
01acf69
to
f397303
Compare
|
^ compared to this run, this PR is different. There is no 'trivy' field in the map. |
Fixed in #467, please rebase. |
f397303
to
75dec9e
Compare
fix: Upgrade packages and fix unit tests Signed-off-by: Ramkumar Chinchani <[email protected]> Signed-off-by: Raul-Cristian Kele <[email protected]>
75dec9e
to
2fb9c2c
Compare
import filterConstants from 'utilities/filterConstants.js'; | ||
import { sortByCriteria } from 'utilities/sortCriteria.js'; | ||
import MockThemeProvider from '__mocks__/MockThemeProvider'; | ||
|
||
// router mock | ||
const mockedUsedNavigate = jest.fn(); | ||
jest.mock('react-router-dom', () => ({ | ||
...jest.requireActual('react-router-dom'), | ||
jest.mock('react-router', () => ({ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This appears to be the repeated pattern ...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fix: Upgrade dependencies and fix unit tests
Changelog:
No user facing changes
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.