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

doc: revise example of assert.CallTracker #47252

Merged

Commits on Mar 25, 2023

  1. doc: revise example of assert.CallTracker

    In example of tracker.getCalls(), actual and expected
    are mismatched. So update expected value.
    In example of tracker.report(), user can check report
    easily through console.log().
    In example of tracker.reset(), defining of tracker is
    missed in CJS. Plus, use assert.strictEqual() to check
    result.
    deokjinkim committed Mar 25, 2023
    Configuration menu
    Copy the full SHA
    7c04863 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2023

  1. Configuration menu
    Copy the full SHA
    486d2e7 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2023

  1. use undefined instead of this for ESM

    Co-authored-by: Antoine du Hamel <duhamelantoine1995@gmail.com>
    deokjinkim and aduh95 committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    a674cb4 View commit details
    Browse the repository at this point in the history