Update test output

This commit is contained in:
Adam Chalmers
2025-02-01 20:22:49 -06:00
parent 21d226d14c
commit 4ca5d6727d

View File

@ -793,7 +793,7 @@ describe('Testing specific sketch getNodeFromPath workflow', () => {
|> line([-0.02, 0.21], %)
|> line([-0.08, 0.05], %)
|> lineTo([profileStartX(%), profileStartY(%)], %)
|> close(%)
|> close()
`
expect(recasted).toEqual(expectedCode)
})