@@ -6,7 +6,5 @@ The spec for this project can be found at [grep.md](https://gitlab.caltech.edu/c
## Testing infrastructure
Your submission will be run against the tests in the `tests` directory.
If your submission passes all the tests and you have not intentionally written your program to defeat the test cases, you will receive full credit on the project.
To run the tests, you need to run `npm install` once and then `npm test` each time you want to run the tests.
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.