We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 68f84af + 7cd7ae7 commit a9fa8edCopy full SHA for a9fa8ed
README.md
@@ -63,7 +63,8 @@ jake runtests # Run tests using the built compiler and test infrastructu
63
# Use host=<hostName> or tests=<testPath>.
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.
+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
68
jake -T # List the above commands.
69
```
70
0 commit comments