diff --git a/test/readme.md b/test/readme.md index 54310def0c..123f19c54c 100644 --- a/test/readme.md +++ b/test/readme.md @@ -26,4 +26,4 @@ This command can also be run by doing `make test` at the root of ol3. Tip for TDD'ers: to make PhantomJS run the test suite continuously each time a spec file is changed you can use nosier (http://pypi.python.org/pypi/nosier) -and do `nosier -p test/spec "make test"`. +and do `nosier -p test -p src "make test"`.