File tree 1 file changed +2
-2
lines changed 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -55,8 +55,8 @@ jake tests # Build the test infrastructure using the built compiler.
55
55
jake runtests # Run tests using the built compiler and test infrastructure.
56
56
# You can override the host or specify a test for this command.
57
57
# Use host=<hostName> or tests=<testPath>.
58
- jake runtests-browser # Runs the tests using the built run.js file. Syntax is jake runtests. Optional parameters
59
- 'host=', 'tests=[regex], reporter=[list|spec|json|<more>]'.
58
+ jake runtests-browser # Runs the tests using the built run.js file. Syntax is jake runtests. Optional
59
+ parameters 'host=', 'tests=[regex], reporter=[list|spec|json|<more>]'.
60
60
jake baseline-accept # This replaces the baseline test results with the results obtained from jake runtests.
61
61
jake -T # List the above commands.
62
62
```
You can’t perform that action at this time.
0 commit comments