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 run tests in a mocha instance multiple times #4234

Merged
merged 19 commits into from May 11, 2020

Commits on Apr 30, 2020

  1. Copy the full SHA
    3a58213 View commit details
    Browse the repository at this point in the history
  2. Rename autoDispsoe to cleanReferencesAfterRun,

    Rename since we cannot dispose the entire mocha instance after a test run. We should keep the process.on('uncaughtException') handlers in place in order to not break existing functionality.
    nicojs committed Apr 30, 2020
    Copy the full SHA
    89279b9 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    077560b View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    2784791 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    b16def0 View commit details
    Browse the repository at this point in the history
  6. improve api docs

    nicojs committed Apr 30, 2020
    Copy the full SHA
    201bd80 View commit details
    Browse the repository at this point in the history
  7. Docs: fix dead link

    nicojs committed Apr 30, 2020
    Copy the full SHA
    184911c View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    e21359e View commit details
    Browse the repository at this point in the history
  9. Remove .only 😅

    nicojs committed Apr 30, 2020
    Copy the full SHA
    b2903db View commit details
    Browse the repository at this point in the history
  10. Copy the full SHA
    e6d1a10 View commit details
    Browse the repository at this point in the history
  11. Copy the full SHA
    ae8b458 View commit details
    Browse the repository at this point in the history
  12. Fix some small remarks

    nicojs committed Apr 30, 2020
    Copy the full SHA
    87e9f94 View commit details
    Browse the repository at this point in the history
  13. Copy the full SHA
    ed82346 View commit details
    Browse the repository at this point in the history
  14. Copy the full SHA
    7d55b7a View commit details
    Browse the repository at this point in the history
  15. Unload files when disposed

    nicojs committed Apr 30, 2020
    Copy the full SHA
    cfb06e0 View commit details
    Browse the repository at this point in the history
  16. Copy the full SHA
    9bbb7a7 View commit details
    Browse the repository at this point in the history
  17. Also reset hooks

    nicojs committed Apr 30, 2020
    Copy the full SHA
    fba0182 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2020

  1. Copy the full SHA
    f3f82c2 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2020

  1. Copy the full SHA
    3eb8ac1 View commit details
    Browse the repository at this point in the history