-
Notifications
You must be signed in to change notification settings - Fork 153
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(domainobjs): implement unit tests for the domainobjs package #934
Conversation
✅ Deploy Preview for maci-typedoc ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
d245d9f
to
635200a
Compare
8e14bc1
to
f71a56a
Compare
f71a56a
to
fc19ab8
Compare
4b8608e
to
6005c16
Compare
5fa9643
to
a5e490c
Compare
expect(sk1.rawPrivKey.toString()).to.eq(BigInt(`${c.rawPrivKey}`).toString()); | ||
}); | ||
it("should always return a key with the same length", () => { | ||
for (let i = 100; i < 100; i += 1) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
weird here, this for loop will never run.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
oh my, I put i = 100; i < 100
🤦
a5e490c
to
a78521a
Compare
a78521a
to
c19d1d3
Compare
Description
Implement more unit tests in the domainobjs package to ensure the code is thoroughly tested.
Related issue(s)
fix #929
Confirmation