enhancementhelp wanted
Repository metrics
- Stars
- (372 stars)
- PR merge metrics
- (PR metrics pending)
説明
Neat lib, thanks for the clean & easy to scan code!
it('correctly converts numbers < 0', function() {
writtenNumber(0.5).should.equal('half');
writtenNumber('1/3').should.equal('a third'); // one third?
writtenNumber('0.333333333').should.equal('a third'); // one third?
writtenNumber('0.1').should.equal('a tenth'); // one tenth?
writtenNumber('1/16').should.equal('a sixteenth');
});
Might be out of scope?