https://github.com/mdb/flickr-feeder
A simple, unpublished module that demos how to test Node.js with mocha, nock, and expect.js.
https://github.com/mdb/flickr-feeder
Last synced: 7 days ago
JSON representation
A simple, unpublished module that demos how to test Node.js with mocha, nock, and expect.js.
- Host: GitHub
- URL: https://github.com/mdb/flickr-feeder
- Owner: mdb
- Created: 2012-10-12T20:31:53.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2016-05-12T11:29:14.000Z (about 10 years ago)
- Last Synced: 2025-04-17T16:55:27.592Z (about 1 year ago)
- Language: JavaScript
- Size: 2.93 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# flickr-feeder
An un-published Node.js module demonstrating how to use mocha, nock, and expect.js
This example code accompanies [this blog post](http://www.mikeball.us/blog/testing-node-js-with-mocha-expect-js-and-nock).