Update README.md

This commit is contained in:
Wesley Wigham 2015-07-23 16:07:30 -07:00
parent a16920b577
commit 7cd7ae7c15

View File

@ -64,7 +64,7 @@ jake runtests # Run tests using the built compiler and test infrastructu
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 lint # Runs tslint over the TypeScript source code
jake lint # Runs tslint on the TypeScript source
jake -T # List the above commands.
```