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

chore: may be a fix for window undefined error reported by unit tests in CI env #1346

Merged
merged 2 commits into from
Sep 10, 2024

Conversation

ericleponner
Copy link
Collaborator

Description:

Changes below add some missing calls to BalanceAnalyzer.unmount() in InlineBalancesValue.spec.ts.
May be the root cause of the window undefined errors that are reported when unit tests are run in GitHub env…

Changes also remove use of the --sequence.setupFiles option in vitest run (a tentative fix for the pb above … that does not fix the pb above).

Signed-off-by: Eric Le Ponner <eric.leponner@icloud.com>
…age.json.

Signed-off-by: Eric Le Ponner <eric.leponner@icloud.com>
Copy link

sonarcloud bot commented Sep 10, 2024

Copy link

Coverage Report

Status Category Percentage Covered / Total
🔵 Lines 77.59% 23864 / 30753
🔵 Statements 77.59% 23864 / 30753
🔵 Functions 61.26% 952 / 1554
🔵 Branches 84.5% 4621 / 5468
File CoverageNo changed files found.
Generated in workflow #1273

Copy link
Collaborator

@svienot svienot left a comment

Choose a reason for hiding this comment

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

LG

@svienot svienot merged commit 161fc85 into main Sep 10, 2024
11 of 12 checks passed
@svienot svienot deleted the window_undefined branch September 10, 2024 16:56
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.

2 participants