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

test: Fix Rich Text failures #60290

Merged
merged 2 commits into from
Mar 28, 2024

Commits on Mar 28, 2024

  1. test: Define missing logException native module mock

    Prevent cryptic test failure messages originating from invoking this
    undefined method, which prevented the original error message from
    surfacing in the test failure log.
    dcalhoun committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    6d54b98 View commit details
    Browse the repository at this point in the history
  2. refactor: Export private API Rich Text module

    This export was added for interoperability with the web version modified
    in #58916.
    dcalhoun committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    aa7bf72 View commit details
    Browse the repository at this point in the history