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

fix(debug-runner): support asynchronous tests in the debug runner #2817

Merged
merged 5 commits into from
Aug 25, 2017
Merged

fix(debug-runner): support asynchronous tests in the debug runner #2817

merged 5 commits into from
Aug 25, 2017

Commits on Aug 21, 2017

  1. fix(debug-runner): support asynchronous tests in the debug runner

    Use console.error to log errors to the console instead of throwing
    an error. This makes sure that errors are scoped properly for
    asynchronous tests, instead of showing up as uncaught errors on
    all asynchronous tests.
    
    Fixes #2811
    daanstolp committed Aug 21, 2017
    Configuration menu
    Copy the full SHA
    437c4ed View commit details
    Browse the repository at this point in the history
  2. fix(runner): fixed the comments in the Debug.js karma test runner

    Fixed the comments in the test runner related to the previous commit.
    
    Fixes #2811
    daanstolp committed Aug 21, 2017
    Configuration menu
    Copy the full SHA
    7e779e7 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2017

  1. chore: remove package-lock.json

    It is not being used and is causing issues with the build.
    Daan Stolp authored and Daan Stolp committed Aug 22, 2017
    Configuration menu
    Copy the full SHA
    f7ce11e View commit details
    Browse the repository at this point in the history
  2. chore: remove package-lock.json

    It is not being used and is causing issues with the build.
    Daan Stolp authored and daanstolp committed Aug 22, 2017
    Configuration menu
    Copy the full SHA
    4292130 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'fix-debugging-async-tests' of https://github.com/daanst…

    …olp/karma into fix-debugging-async-tests
    daanstolp committed Aug 22, 2017
    Configuration menu
    Copy the full SHA
    d9eb94f View commit details
    Browse the repository at this point in the history