Skip to content
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 timepicker tests #2201

Merged
merged 1 commit into from
Jan 4, 2024
Merged

Fix timepicker tests #2201

merged 1 commit into from
Jan 4, 2024

Conversation

JohnC-80
Copy link
Contributor

@JohnC-80 JohnC-80 commented Jan 4, 2024

Looks like moment got a bit more strict when handling single digit vs double digit parsing of time values, moment/moment#5592

Tests, in this case, were testing with a value that didn't exactly match the format anyhow, so they were a bit unrealistic to start with.

If this causes more grief than this, we might have to consider locking to moment v2.29.4 :/

@JohnC-80 JohnC-80 marked this pull request as ready for review January 4, 2024 22:20
Copy link

github-actions bot commented Jan 4, 2024

Jest Unit Test Statistics

0 tests  ±0   0 ✔️ ±0   0s ⏱️ ±0s
0 suites ±0   0 💤 ±0 
0 files   ±0   0 ±0 

Results for commit 181d2f1. ± Comparison against base commit f45e806.

Copy link

github-actions bot commented Jan 4, 2024

BigTest Unit Test Statistics

       1 files  ±0         1 suites  ±0   11s ⏱️ -11s
1 416 tests ±0  1 395 ✔️ +6  21 💤 ±0  0  - 6 
1 419 runs  ±0  1 398 ✔️ +6  21 💤 ±0  0  - 6 

Results for commit 181d2f1. ± Comparison against base commit f45e806.

Copy link

sonarqubecloud bot commented Jan 4, 2024

Quality Gate Passed Quality Gate passed

Kudos, no new issues were introduced!

0 New issues
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

@JohnC-80 JohnC-80 merged commit bffed23 into master Jan 4, 2024
5 checks passed
github-actions bot pushed a commit that referenced this pull request Jan 4, 2024
JohnC-80 added a commit that referenced this pull request Feb 28, 2024
JohnC-80 added a commit that referenced this pull request Feb 28, 2024
* cherry-pick mcl fix from master

* remove leading 0 from timepicker tests (#2201)

(cherry picked from commit bffed23)
@zburke zburke deleted the fix-timepicker-tests branch March 25, 2024 20:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant