Update README.md

This commit is contained in:
Jason Freeman 2014-09-23 12:17:34 -07:00
parent e73c6a2e3d
commit 647e68aa1b

View File

@ -55,8 +55,8 @@ jake tests # Build the test infrastructure using the built compiler.
jake runtests # Run tests using the built compiler and test infrastructure.
# You can override the host or specify a test for this command.
# Use host=<hostName> or tests=<testPath>.
jake runtests-browser # Runs the tests using the built run.js file. Syntax is jake runtests. Optional parameters
'host=', 'tests=[regex], reporter=[list|spec|json|<more>]'.
jake runtests-browser # Runs the tests using the built run.js file. Syntax is jake runtests. Optional
parameters 'host=', 'tests=[regex], reporter=[list|spec|json|<more>]'.
jake baseline-accept # This replaces the baseline test results with the results obtained from jake runtests.
jake -T # List the above commands.
```