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
+11-10Lines changed: 11 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,16 +47,17 @@ npm install
47
47
Use one of the following to build and test:
48
48
49
49
```
50
-
jake local # Build the compiler into built/local
51
-
jake clean # Delete the built compiler
52
-
jake LKG # Replace the last known good with the built one.
53
-
# Bootstrapping step to be executed when the built compiler reaches a stable state.
54
-
jake tests # Build the test infrastructure using the built compiler.
55
-
jake runtests # Run tests using the built compiler and test infrastructure.
56
-
# You can override the host or specify a test for this command.
57
-
# Use host=<hostName> or tests=<testPath>.
58
-
jake baseline-accept # This replaces the baseline test results with the results obtained from jake runtests.
59
-
jake -T # List the above commands.
50
+
jake local # Build the compiler into built/local
51
+
jake clean # Delete the built compiler
52
+
jake LKG # Replace the last known good with the built one.
53
+
# Bootstrapping step to be executed when the built compiler reaches a stable state.
54
+
jake tests # Build the test infrastructure using the built compiler.
55
+
jake runtests # Run tests using the built compiler and test infrastructure.
56
+
# You can override the host or specify a test for this command.
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>]'.
59
+
jake baseline-accept # This replaces the baseline test results with the results obtained from jake runtests.
0 commit comments