We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 147815d commit fffc454Copy full SHA for fffc454
tests/lib/check-each-pcb-trace-non-overlapping/vias-in-trace-margin.test.ts
@@ -4,10 +4,8 @@ import circuitJson from "../../assets/via-too-close-to-trace.json"
4
5
describe("PCB vias in non-overlapping trace checks", () => {
6
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
10
const errors = checkEachPcbTraceNonOverlapping(circuitJson as any)
+
11
expect(errors).toMatchInlineSnapshot(`
12
[
13
{
0 commit comments