Name Last commit Last update
tests Fix path separators passed to grep
.gitignore Initial commit
README.md Improve test diffs
grep.js Fix #4
package.json Fix #4

Project 3 - grep

Spec

The spec for this project can be found at grep.md.

Testing infrastructure

Several tests are provided in the tests directory. To run them, you need to run npm install once and then npm test each time you want to run the tests.