OhMeadhbh / node-props

a simple module to read properties files for node applications off the command line
Other
3 stars 0 forks source link

more extensive testing for read() #2

Open OhMeadhbh opened 13 years ago

OhMeadhbh commented 13 years ago

we're not really testing the read() method.

every time a developer pushes untested code, donald knuth kills a kitten.

OhMeadhbh commented 13 years ago

hmm... i think i'm going to change the API to add a readFromURIs( callback, array ) call that should make it easier to test.