restful-mongo-http-handlers
v3.1.15
Published
## Test
Downloads
87
Readme
restful-mongo-http-handlers
Test
$ npm run test- The first time you run the test it will fail. That's because the id of the user in the api test does not exist yet.
$ mongo --port 27101> use localdb.users.find()- Select the first user id and replace it in the test spec
- Run the test again
