kevinlacotaco / grunt-todos

Grunt task for finding todos/fixmes in code
MIT License
85 stars 9 forks source link

Tips on running the tests #8

Closed yahuarkuntur closed 7 years ago

yahuarkuntur commented 11 years ago

Im trying to run the test suit but its failing with errors like these:

Error: Unable to read "tmp/default_options" file (Error code: ENOENT).

I dont have those tmp files, I can see them at test/expected but the grunt task is always cleaning/erasing those files before testing?

Any pointers are welcome :)