Update readme with working test commands

This commit is contained in:
Amir E. Aharoni
2012-10-08 07:42:58 +02:00
parent b4c407163b
commit 1e955cc60d

View File

@@ -40,9 +40,9 @@ If not, run:
npm install
```
To run tests locally, run `grunt`, and this will run the tests in PhantomJS.
To run tests locally, run `grunt test`. This will run the tests in PhantomJS.
You can also run the tests in a browser by navigating to the `test/` directory, but first run `grunt` to install submodules.
You can also run the tests in a browser by navigating to the `test/` directory, but first run `grunt` to install the submodules.
Coding style
-------------