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

test: change var declarations, add mustCall check #9962

Closed
wants to merge 3 commits into from

Commits on Dec 1, 2016

  1. test: change var declarations, add mustCall check

    In this test, I changed the var declarations to be either a let or a
    const. For some of the callbacks, I added a mustCall check to ensure
    that the functions have run.
    Daniel Sims committed Dec 1, 2016
    Configuration menu
    Copy the full SHA
    3b7ece6 View commit details
    Browse the repository at this point in the history
  2. Removing debug statement

    Daniel Sims committed Dec 1, 2016
    Configuration menu
    Copy the full SHA
    60ba7c8 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2016

  1. test: change let declaration, assertions

    I changed the let to a const declaration, and edited the equal
    assertions to a strict assertion.
    Daniel Sims committed Dec 6, 2016
    Configuration menu
    Copy the full SHA
    f139445 View commit details
    Browse the repository at this point in the history