UNPKG

@clementbrizard/sport-activities

Version:
8 lines (6 loc) 209 B
import fromKmInMinToKmPerHour from '../src/utils'; describe('fromKmInMinToKmPerHour', () => { test('Should compute 10 km/h', () => { expect(fromKmInMinToKmPerHour(20, 120)).toStrictEqual(10); }); });