Remove kmphToMph

This commit is contained in:
Angelos Chalaris
2020-04-16 11:11:48 +03:00
parent ec38b481eb
commit 66421c9aaa
2 changed files with 0 additions and 25 deletions

View File

@ -1,8 +0,0 @@
const {kmphToMph} = require('./_30s.js');
test('kmphToMph is a Function', () => {
expect(kmphToMph).toBeInstanceOf(Function);
});
test('Returns mph from kph.', () => {
expect(kmphToMph(10)).toBe(6.21371192);
});