Skip to content

Commit e73c6a2

Browse files
committed
Update README.md
1 parent f8d979e commit e73c6a2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,8 @@ jake tests # Build the test infrastructure using the built compiler.
5555
jake runtests # Run tests using the built compiler and test infrastructure.
5656
# You can override the host or specify a test for this command.
5757
# 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 '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 parameters
59+
'host=', 'tests=[regex], reporter=[list|spec|json|<more>]'.
5960
jake baseline-accept # This replaces the baseline test results with the results obtained from jake runtests.
6061
jake -T # List the above commands.
6162
```

0 commit comments

Comments
 (0)