Hi,
I am looking into providing CouchDB support for meteor. I would like to test the changes I make as I progress. Could you point me to docs that talk about Meteor test-suite and how to run the same. Specific pointers to a particular test set that covers use cases related to Database access will be appreciated.
Thanks
Praveen
If this is not the right category…any suggestions on where I could get an answer?..tried core first, but did not see a response there too
You need to read up on Tinytest and then look at the Mongo code in the Meteor repo.
Thanks @robfallows. I am able to setup and run example tests. Will look at Mongo tests and try testing them against couchdb.
Regards
Praveen