1
0
Fork 0

chore(core): Updated tests

This commit is contained in:
Joost De Cock 2020-08-23 17:09:25 +02:00
parent 9125b49841
commit 7a67761a30
4 changed files with 1 additions and 109 deletions

View file

@ -185,7 +185,7 @@ it("Should find no intersection between two curves", () => {
it("Should correctly format units", () => {
expect(freesewing.utils.units(123.456)).to.equal("12.35cm");
expect(freesewing.utils.units(123.456, "imperial")).to.equal('4.86"');
expect(freesewing.utils.units(123.456, "imperial")).to.equal('4.86"');
});
it("Should find a start or end point on beam", () => {