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

fix(common): Fix TestBed.overrideProvider type to include multi #48424

Closed
wants to merge 1 commit into from

Commits on Dec 9, 2022

  1. fix(common): Fix TestBed.overrideProvider type to include multi

    TestBed.overrideProvider should include `multi` support in its type. The
    underlying implementation already supports it, as documented by the
    tests which are currently casting the override to `any` to get around
    the bad type.
    atscott committed Dec 9, 2022
    Configuration menu
    Copy the full SHA
    cc2593b View commit details
    Browse the repository at this point in the history