Merge pull request #9089 from Microsoft/recommend-runtests-parallel-in-CONTRIBUTING

Recommend runtests-parallel in CONTRIBUTING
This commit is contained in:
Nathan Shively-Sanders
2016-06-10 14:54:22 -07:00
committed by GitHub

View File

@@ -91,10 +91,10 @@ These two files represent the DOM typings and are auto-generated. To make any mo
## Running the Tests
To run all tests, invoke the `runtests` target using jake:
To run all tests, invoke the `runtests-parallel` target using jake:
```Shell
jake runtests
jake runtests-parallel
```
This run will all tests; to run only a specific subset of tests, use: