Skip to content

Commit ccd4552

Browse files
authored
Merge pull request #9089 from Microsoft/recommend-runtests-parallel-in-CONTRIBUTING
Recommend runtests-parallel in CONTRIBUTING
2 parents 72d64e1 + b027b4f commit ccd4552

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CONTRIBUTING.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -91,10 +91,10 @@ These two files represent the DOM typings and are auto-generated. To make any mo
9191

9292
## Running the Tests
9393

94-
To run all tests, invoke the `runtests` target using jake:
94+
To run all tests, invoke the `runtests-parallel` target using jake:
9595

9696
```Shell
97-
jake runtests
97+
jake runtests-parallel
9898
```
9999

100100
This run will all tests; to run only a specific subset of tests, use:

0 commit comments

Comments
 (0)