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

Remove pauseTest workaround #1178

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Mar 3, 2024

  1. Remove pauseTest workaround

    Follows-up emberjs#497 which introduced
    this because QUnit 2.8 didn't support changing an existing `assert.timeout()`
    by calling it again in the same test (it would leave the old one unchanged,
    and start a second timeout).
    
    This was fixed in QUnit 2.9.3, released in Oct 2019.
    
    The ember-qunit package declares a peer dependency on `qunit@2.13.0`,
    which should remove the need for this workaround.
    
    Ref emberjs#496.
    Krinkle committed Mar 3, 2024
    Configuration menu
    Copy the full SHA
    09254e8 View commit details
    Browse the repository at this point in the history