Skip to content

Commit

Permalink
snapshot update (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
imrishabh18 committed Jul 3, 2024
1 parent a50b380 commit 8192a51
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
1 change: 1 addition & 0 deletions tests/basic-interfaces/footprint-hole.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ test("footprint hole should be created", async (t) => {
(gb) =>
gb.footprint.add("platedhole", (ph) =>
ph.setProps({
shape: "circle",
hole_diameter: "1mm",
outer_diameter: "1.5mm",
x: 0,
Expand Down
9 changes: 5 additions & 4 deletions tests/basic-interfaces/snapshots/footprint-hole.test.ts.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,23 +33,24 @@ Generated by [AVA](https://avajs.dev).
x: 0,
y: 0,
},
height: 1.5,
height: NaN,
layer: 'top',
pcb_component_id: 'pcb_generic_component_0',
rotation: 0,
source_component_id: 'generic_0',
type: 'pcb_component',
width: 1.5,
width: NaN,
},
{
hole_diameter: 1,
hole_diameter: NaN,
layers: [
'top',
'bottom',
],
outer_diameter: 1.5,
outer_diameter: NaN,
pcb_component_id: 'pcb_generic_component_0',
port_hints: [],
shape: 'circle',
type: 'pcb_plated_hole',
x: 0,
y: 0,
Expand Down
Binary file modified tests/basic-interfaces/snapshots/footprint-hole.test.ts.snap
Binary file not shown.

0 comments on commit 8192a51

Please sign in to comment.