We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9fa8ed commit c5c7e25Copy full SHA for c5c7e25
README.md
@@ -64,7 +64,7 @@ jake runtests # Run tests using the built compiler and test infrastructu
64
jake runtests-browser # Runs the tests using the built run.js file. Syntax is jake runtests. Optional
65
parameters 'host=', 'tests=[regex], reporter=[list|spec|json|<more>]'.
66
jake baseline-accept # This replaces the baseline test results with the results obtained from jake runtests.
67
-jake lint # Runs tslint on the TypeScript source
+jake lint # Runs tslint on the TypeScript source.
68
jake -T # List the above commands.
69
```
70
0 commit comments