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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

test(stryker): Replace line numbers by error index #201

Merged
merged 3 commits into from Mar 23, 2021

Commits on Mar 21, 2021

  1. test(stryker): Replace line numbers by error index

    so the snapshots match even when stryker mutates the files.
    karfau committed Mar 21, 2021
    Copy the full SHA
    894d5a0 View commit details
    Browse the repository at this point in the history
  2. cleanup: Remove commented console.error statements

    since stryker tends to put code in front of them.
    (Latest version of test/error/reported.js` deals with those anyways, but I don't see a reason why we should ship those lines downstream.)
    karfau committed Mar 21, 2021
    Copy the full SHA
    41ec0e3 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2021

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