UNPKG

machnumber

Version:

this converts the given Mach numbers to km per hour

7 lines (5 loc) 198 B
const kilometerPerHour = require("./index"); it("should convert the machNumbwer to kilometer per hour", () => { const machNumber = kilometerPerHour(1); expect(machNumber).toEqual(1225.04); });