Added period.

This commit is contained in:
Daniel Rosenwasser 2015-07-23 16:28:37 -07:00
parent a9fa8edcaa
commit c5c7e25c8f

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 on the TypeScript source
jake lint # Runs tslint on the TypeScript source.
jake -T # List the above commands.
```