Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
ShiboSoftwareDev committed Sep 12, 2024
1 parent f349336 commit 90fbfca
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ test("generate excellon drill text from axial resistor", async () => {
const excellon_drill_file_content =
stringifyExcellonDrill(excellon_drill_cmds)


expect(excellon_drill_file_content.includes("X-254.0000Y254.0000")).toBeTrue()
expect(excellon_drill_file_content.includes("T11C25.400000")).toBeTrue()
expect(excellon_drill_file_content.includes("G90")).toBeTrue()
Expand Down

0 comments on commit 90fbfca

Please sign in to comment.