Skip to content

Conversation

@rebecca-shoptaw
Copy link
Contributor

Adds a sample custom event dispatch, enum and test structure to help standardize the approach.

@github-actions
Copy link

github-actions bot commented Dec 30, 2025

PR Preview Action v1.8.0
Preview removed because the pull request was closed.
2026-01-02 15:10 UTC

@codecov
Copy link

codecov bot commented Dec 30, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.00%. Comparing base (4712df6) to head (829aff0).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff            @@
##              main      #109   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            1         1           
  Lines           29        41   +12     
  Branches         0         1    +1     
=========================================
+ Hits            29        41   +12     

☔ View full report in Codecov by Sentry.
📢 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.

Copy link

@bfalling bfalling left a comment

Choose a reason for hiding this comment

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

LGTM

@rebecca-shoptaw rebecca-shoptaw merged commit d4f4244 into main Jan 2, 2026
4 checks passed
@rebecca-shoptaw rebecca-shoptaw deleted the webdev-8007-add-events-enum-example branch January 2, 2026 15:09
/**
* Custom events fired by the component
*/
enum Events {
Copy link
Contributor

Choose a reason for hiding this comment

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

Something that jumped out at me... looking at most of the examples on the TS docs, I think enums are typically singular.

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.

4 participants