-
Notifications
You must be signed in to change notification settings - Fork 6
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
Increased coverage of unit tests in bank.ts, multiport.ts and port.ts #100
Conversation
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.
Thank you, @goekberk. This looks great! I'd be happy to merge this in.
o: OutMultiPort<number> = new OutMultiPort(this, 2) | ||
constructor(parent: Reactor) { | ||
super(parent) | ||
let allWriter = this.allWritable(this.o); |
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.
Looks like this line isn't necessary?
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.
Yes, you are right. It escaped my notice.
Coverage improvement summary (in terms of % lines):
Previous Coverage:
Current Coverage: