1
0
Fork 0

chore(core): More unit tests

This commit is contained in:
joostdecock 2022-07-30 16:53:07 +02:00
parent 698fb7d942
commit 68c49c64ae
4 changed files with 329 additions and 3 deletions

View file

@ -544,7 +544,6 @@ it("Should shoulder return two methods for pctBasedOn", () => {
const measurements = { chest: 1000 }
expect(result.toAbs(0.0123, { measurements })).to.equal(12.3)
expect(result.fromAbs(12.3, { measurements })).to.equal(0.0123)
});
it("Should generate a part transform", () => {