Skip to content

properly unmount components between test runs#830

Merged
schultek merged 2 commits into
mainfrom
fix/client-tester-unmount
Jul 21, 2026
Merged

properly unmount components between test runs#830
schultek merged 2 commits into
mainfrom
fix/client-tester-unmount

Conversation

@schultek

Copy link
Copy Markdown
Owner

Description

Resolves #824

Type of Change

  • 🛠️ Bug fix

Ready Checklist

  • I've read the Contribution Guide.
  • In case this PR changes one of the core packages, I've modified the respective CHANGELOG.md file using
    the semantic_changelog format.
  • I updated/added relevant documentation (doc comments with ///).
  • I added myself to the AUTHORS file (optional, if you want to).

@github-actions

Copy link
Copy Markdown

Package Version Report

The following packages have been updated:
jaspr_test : 0.23.2 -> 0.23.3
jaspr : 0.23.2 -> 0.23.3
jaspr_builder : 0.23.2 -> 0.23.3
jaspr_cli : 0.23.2 -> 0.23.3
jaspr_router : 0.8.3 -> 0.8.4

@codecov

codecov Bot commented Jul 16, 2026

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 94.73684% with 1 line in your changes missing coverage. Please review.
✅ Project coverage is 69.17%. Comparing base (1fa2636) to head (e2c5ae7).

Files with missing lines Patch % Lines
packages/jaspr_router/lib/src/router.dart 85.71% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #830      +/-   ##
==========================================
+ Coverage   68.98%   69.17%   +0.18%     
==========================================
  Files         212      212              
  Lines       11899    11915      +16     
==========================================
+ Hits         8209     8242      +33     
+ Misses       3690     3673      -17     

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@schultek
schultek merged commit 5df3d68 into main Jul 21, 2026
5 checks passed
@schultek
schultek deleted the fix/client-tester-unmount branch July 21, 2026 08:30
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.

[jaspr_test] testClient should automatically unmount and clean document.body between tests

1 participant