-
Notifications
You must be signed in to change notification settings - Fork 32
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
add additional aliases to transistor ports #587
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
pin1: transistorPins[5], // base | ||
pin2: transistorPins[3], // collector | ||
pin3: transistorPins[1], // emitter |
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.
Not needed
expect(components).toHaveLength(1) | ||
const component = components[0] | ||
|
||
const ports = circuit.db.schematic_port.list() |
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.
Test for the pcb_port
aliases
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.
This PR has been automatically marked as stale because it has had no recent activity. It will be closed if no further activity occurs. |
This PR was closed because it has been inactive for 1 day since being marked as stale. |
/claim #581
Fixes #581