We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ab9f7e commit 7c3172fCopy full SHA for 7c3172f
tests/components/primitive-components/footprint-text-resolution.test.tsx
@@ -93,6 +93,5 @@ test("footprint text resolution", async () => {
93
94
expect(silkscreenText).toBeDefined()
95
expect((silkscreenText as any).text).toBe("U1")
96
- // add pcbbbb snapshot test
97
expect(circuitJson).toMatchPcbSnapshot(import.meta.path)
98
})
0 commit comments