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: add coverage for boxed bigints comparisons and edge cases #25932

Closed
wants to merge 2 commits into from

Commits on Feb 4, 2019

  1. test: add BigInt test for isDeepStrictEqual

    Add some BigInt tests for test-util-isDeepStrictEqual to get 100%
    coverage for lib/internal/util/comparisons.js.
    Trott committed Feb 4, 2019
    Configuration menu
    Copy the full SHA
    b9c5eb0 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2019

  1. test: add util.isDeepStrictEqual edge case tests

    Test for deep strict equality when prototype and toStringTag
    have been modified in surprising ways.
    Trott committed Feb 5, 2019
    Configuration menu
    Copy the full SHA
    d89a32b View commit details
    Browse the repository at this point in the history