Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
ShiboSoftwareDev committed Dec 6, 2024
1 parent c0fb074 commit 4742816
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 18 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

This file was deleted.

5 changes: 3 additions & 2 deletions algos/multi-layer-ijump/tests/repros/repro2.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ test("repro2 path-loop-fails on single-trace sample 9 no loop removal", async ()
// Compare results
expect(solution).toHaveLength(1)

expect(solution as any).toMatchPcbSnapshot(import.meta.path)
expect(solution).toMatchPcbSnapshot(import.meta.path)
expect([
{ type: "pcb_board", width: 40, height: 40, center: { x: 0, y: 0 } },
]).toMatchPcbSnapshot(import.meta.path)
})
2 changes: 0 additions & 2 deletions algos/multi-layer-ijump/tests/repros/repro3.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,4 @@ test("repro2 path-loop-fails on single-trace sample 9 with loop removal", async

// Compare results
expect(solution).toHaveLength(1)

expect(solution as any).toMatchPcbSnapshot(import.meta.path)
})

0 comments on commit 4742816

Please sign in to comment.