-
Notifications
You must be signed in to change notification settings - Fork 53
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
devDeps: Manually bump vitest (HMS-5373) #2784
base: main
Are you sure you want to change the base?
Conversation
4b0252a
to
38a7d8c
Compare
Type needed to be added to Also there is some warning mess in the test output now ( And the output format changed a bit, listing all included checks, but that's just a cosmetic change. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
@@ Coverage Diff @@
## main #2784 +/- ##
=======================================
Coverage 84.58% 84.58%
=======================================
Files 189 189
Lines 21640 21640
Branches 2153 2153
=======================================
Hits 18304 18304
Misses 3314 3314
Partials 22 22
Continue to review full report in Codecov by Sentry.
|
38a7d8c
to
9f591de
Compare
/jira-epic HMS-5173 |
52817a8
to
0211fea
Compare
This bumps vitest and @vitest/coverage-v8 from 2.0.5 to 3.0.3.
0211fea
to
080546f
Compare
@@ -237,7 +237,7 @@ export const EPEL_9_REPO_DEFINITION = { | |||
}; | |||
|
|||
export const DEBOUNCED_SEARCH_WAIT_TIME = 500; | |||
export const UNIQUE_VALIDATION_DELAY = 300; | |||
export const UNIQUE_VALIDATION_DELAY: number = 300; |
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.
is it relevant to that pr?
This bumps vitest and @vitest/coverage-v8 from 2.0.5 to 3.0.3.
JIRA: HMS-5373