fix(core): Double zero in test
This commit is contained in:
parent
7ddb023c8d
commit
c6b39a8a99
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ it("Should detect vertical lines", () => {
|
|||
|
||||
it("Should swap direction prior to finding beam intersection", () => {
|
||||
let a = new freesewing.Point(10, 20);
|
||||
let b = new freesewing.Point(00, 90);
|
||||
let b = new freesewing.Point(0, 90);
|
||||
let c = new freesewing.Point(90, 40);
|
||||
let d = new freesewing.Point(19, 40);
|
||||
let X = freesewing.utils.beamsIntersect(a, b, c, d);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue