Skip to content

fix(vitest-accessibility-checker): export eRuleLevel and eAssertResult - #2606

Open
samueldmeyer wants to merge 1 commit into
IBMa:main-4.xfrom
samueldmeyer:fix-2605
Open

fix(vitest-accessibility-checker): export eRuleLevel and eAssertResult#2606
samueldmeyer wants to merge 1 commit into
IBMa:main-4.xfrom
samueldmeyer:fix-2605

Conversation

@samueldmeyer

@samueldmeyer samueldmeyer commented Jul 29, 2026

Copy link
Copy Markdown

Summary

  • New or modified checker rule(s)
  • New or modified help files
  • Simulator updates
  • Extension UI changes
  • Automated tool changes
  • Other (Provide information)

Currently, the TypeScript definitions for vitest-accessibility-checker options for accessibilityCheckerPlugin require the use of enums that are not exported for configuration. This change exports those enums.

This PR is related to the following issue(s):

Testing reference:

I have conducted the following for this PR:

  • I validated this fix in my local env and provided testing information above
  • I understand that the title of this PR will be used for the next release notes.
  • I added I agree to the DCO at https://developercertificate.org/ for this contribution. as a comment after creating the pull request.

Assets to aide review attached

  • Links to design artifacts
  • Links to video walkthrough of user experience
  • Other

Definition of Done

  • Peer review complete
  • Secondary review complete
  • Staging deployment verified

Signed-off-by: Samuel Meyer <Samuel.Meyer@ibm.com>
@samueldmeyer

Copy link
Copy Markdown
Author

I agree to the DCO at https://developercertificate.org/ for this contribution.

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.

[BUG]: vitest-accessibility-checker exports eRuleLevel as a type so it cannot be used as an enum

1 participant