You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -55,7 +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 '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
0 commit comments