UNPKG

bodyfat

Version:

Body fat algorithms

8 lines (7 loc) 224 B
import { Parillo } from '../../src'; describe('Parillo', function () { it('calculate', function () { let result = Parillo.calculate(5, 5, 5, 5, 5, 5, 5, 5, 5, 80); expect(result.toFixed(2)).toBe("6.89"); }); });