openexchangerates / money.js

money.js is a tiny (1kb) javascript currency conversion library, for web & nodeJS
http://openexchangerates.github.io/money.js
MIT License
1.46k stars 127 forks source link

Add unit tests with coverage #14

Closed PierrickP closed 3 years ago

PierrickP commented 10 years ago

:bowtie: Thanks for your nice module. I'have started to make some unit test. For now, it's pretty basic. Not everthing is tested. And only tested with nodeJs. There are also coverage % (68.97 %)

npm install
npm test