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

Add ability to opt-out of automatic settledness waiting in teardown. #498

Merged
merged 3 commits into from
Dec 10, 2018

Commits on Dec 7, 2018

  1. Add ability to opt-out of automatic settledness waiting in teardown.

    In order to allow things like `ember-qunit`'s upcoming async leak
    detection, we need to avoid waiting for `settled()`. By default we
    should continue to effectively `await settled()` but when ember-qunit
    (and soon ember-mocha) is configured to use async leak detection they
    can appropriately pass `waitForSettled` when they call `teardownContext`
    / `teardownRenderingContext` / `teardownApplicationContext`.
    rwjblue committed Dec 7, 2018
    Configuration menu
    Copy the full SHA
    7a45874 View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2018

  1. Configuration menu
    Copy the full SHA
    501cafa View commit details
    Browse the repository at this point in the history
  2. Migrate tests to use more controlled test waiter.

    Avoid possible timing issues in original tests.
    rwjblue committed Dec 10, 2018
    Configuration menu
    Copy the full SHA
    3475d23 View commit details
    Browse the repository at this point in the history