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

Added unit tests for public.js #1121

Open
wants to merge 15 commits into
base: master
Choose a base branch
from

Commits on Jan 12, 2023

  1. Added public::destroy() test

    haxwell committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    2fde77e View commit details
    Browse the repository at this point in the history
  2. Added derive() tests.

    haxwell committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    a3194d4 View commit details
    Browse the repository at this point in the history
  3. Added deriveAccount() tests.

    haxwell committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    9a868af View commit details
    Browse the repository at this point in the history
  4. Added tests for isMaster()

    haxwell committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    8f8e487 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    36eefbf View commit details
    Browse the repository at this point in the history
  6. Added tests for isRaw().

    haxwell committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    3d94ddc View commit details
    Browse the repository at this point in the history
  7. Added tests for isBase58().

    haxwell committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    86b7f35 View commit details
    Browse the repository at this point in the history
  8. Added tests for compare().

    haxwell committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    cc116ce View commit details
    Browse the repository at this point in the history
  9. Added tests for getSize()

    haxwell committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    d5f7548 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    a3014cf View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    d91e675 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    69c1a3f View commit details
    Browse the repository at this point in the history
  13. Corrected a funky case where isAccount() was already wrapped before t…

    …wo unit tests were run, causing errors in the full code coverage build.
    haxwell committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    e299af8 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2023

  1. Added dev dependencies for sinon, and nyc. Also added command to .cir…

    …cleci to run npm install before the tests run.
    haxwell committed Jan 26, 2023
    Configuration menu
    Copy the full SHA
    fa79fd0 View commit details
    Browse the repository at this point in the history
  2. Minor, lint.

    haxwell committed Jan 26, 2023
    Configuration menu
    Copy the full SHA
    0a97b13 View commit details
    Browse the repository at this point in the history