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(page): remove waitFromAsync from beforeEach #501

Merged
merged 2 commits into from
Nov 30, 2023
Merged

Commits on Nov 20, 2023

  1. fix(page): remove waitFromAsync from beforeEach

    There is nothing async in the beforeEach to wait for as it is written.
    
    The other option would be to leave it in and then add in the closing parenthesis that is missing on line 12.
    kensodemann authored Nov 20, 2023
    Configuration menu
    Copy the full SHA
    66651da View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2023

  1. Configuration menu
    Copy the full SHA
    7671e57 View commit details
    Browse the repository at this point in the history