Remove heronArea

This commit is contained in:
Angelos Chalaris
2020-04-16 10:57:47 +03:00
parent 68fd827bb0
commit f0d8ca0b8c
2 changed files with 0 additions and 29 deletions

View File

@ -1,8 +0,0 @@
const {heronArea} = require('./_30s.js');
test('heronArea is a Function', () => {
expect(heronArea).toBeInstanceOf(Function);
});
test('howManyTimes returns the correct result', () => {
expect(heronArea(3, 4, 5)).toBe(6);
});