Update test/README.md
This commit is contained in:
+3
-3
@@ -16,13 +16,13 @@ Install the test dependencies (from the root of the repository):
|
|||||||
|
|
||||||
Run the tests once with PhantomJS:
|
Run the tests once with PhantomJS:
|
||||||
|
|
||||||
./build.py test
|
make test
|
||||||
|
|
||||||
(Note that for `npm` users, this can also be run as `npm test`.)
|
(Note that for `npm` users, this can also be run as `npm test`.)
|
||||||
|
|
||||||
Run the tests in a browser:
|
Run the tests in a browser:
|
||||||
|
|
||||||
./build.py serve
|
make serve
|
||||||
|
|
||||||
(Again for `npm` users, this is `npm start`.)
|
(Again for `npm` users, this is `npm start`.)
|
||||||
|
|
||||||
@@ -31,4 +31,4 @@ any time one of the source or spec files changes.
|
|||||||
|
|
||||||
Tip for TDD'ers: to make PhantomJS run the test suite continuously each time
|
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)
|
a spec file is changed you can use nosier (http://pypi.python.org/pypi/nosier)
|
||||||
and do `nosier -p test -p src "./build.py test"`.
|
and do `nosier -p test -p src "make test"`.
|
||||||
|
|||||||
Reference in New Issue
Block a user