Skip to content

Commit fffc454

Browse files
cleanup
1 parent 147815d commit fffc454

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tests/lib/check-each-pcb-trace-non-overlapping/vias-in-trace-margin.test.ts

+1-3
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,8 @@ import circuitJson from "../../assets/via-too-close-to-trace.json"
44

55
describe("PCB vias in non-overlapping trace checks", () => {
66
test("non-overlapping functionality should include vias as collidable objects", () => {
7-
// Simple test to verify vias are included in the check
8-
9-
// The via is directly on the trace and has a different net, so should generate an error
107
const errors = checkEachPcbTraceNonOverlapping(circuitJson as any)
8+
119
expect(errors).toMatchInlineSnapshot(`
1210
[
1311
{

0 commit comments

Comments
 (0)