Remove kmphToMph
This commit is contained in:
@ -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);
|
||||
});
|
||||
Reference in New Issue
Block a user