We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a16920b commit 7cd7ae7Copy full SHA for 7cd7ae7
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 over the TypeScript source code
+jake lint # Runs tslint on the TypeScript source
68
jake -T # List the above commands.
69
```
70
0 commit comments