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

Merged
merged 4 commits into from
Sep 14, 2024
Merged

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

Commits on Sep 14, 2024

  1. Configuration menu
    Copy the full SHA
    406fb96 View commit details
    Browse the repository at this point in the history
  2. trigger CI

    NullVoxPopuli committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    b629ed4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bf94582 View commit details
    Browse the repository at this point in the history