Can anyone tell me what this function is supposed to do?
suite('Function convertHandler.spellOutUnit(unit)', function() {
test('For Each Valid Unit Inputs', function(done) {
done();
});
});
Is it supposed to:
output each letter of the unit, e.g. gal is g,a,l