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 waitForSettled support and use latests ember-test-helpers #633

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Commits on Feb 13, 2020

  1. update setupTest

    * add capability to send waitForSettled option to the teardownContext function same as ember-qunit
    yads committed Feb 13, 2020
    Configuration menu
    Copy the full SHA
    79ffabf View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2020

  1. Merge pull request #1 from emberjs/master

    update from upstream
    yads authored Sep 24, 2020
    Configuration menu
    Copy the full SHA
    34b9587 View commit details
    Browse the repository at this point in the history
  2. upgrade mocha

    yads committed Sep 24, 2020
    Configuration menu
    Copy the full SHA
    ce3d5ca View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2021

  1. upgrade dependencies

    * upgrade various dependencies
    * update ember-try list to include latest LTS versions
    * fix various deprecated features
    yads committed Feb 9, 2021
    Configuration menu
    Copy the full SHA
    69cd865 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2021

  1. fix build

    yads committed Feb 10, 2021
    Configuration menu
    Copy the full SHA
    44b8298 View commit details
    Browse the repository at this point in the history
  2. minor updates

    * drop support for options in ember-cli-mocha namespace
    * update it-test
    * allow specifying options to the mocha runner
    yads committed Feb 10, 2021
    Configuration menu
    Copy the full SHA
    8c11ab8 View commit details
    Browse the repository at this point in the history
  3. remove teardown code

    it looks like the new teardown in ember-test-helpers is working where this is no longer required
    yads committed Feb 10, 2021
    Configuration menu
    Copy the full SHA
    dbf8099 View commit details
    Browse the repository at this point in the history