chore(core): Updated tests
This commit is contained in:
parent
9125b49841
commit
7a67761a30
4 changed files with 1 additions and 109 deletions
|
@ -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", () => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue