chore(core): More unit tests
This commit is contained in:
parent
698fb7d942
commit
68c49c64ae
4 changed files with 329 additions and 3 deletions
|
@ -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", () => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue