Recommend runtests-parallel in CONTRIBUTING

This commit is contained in:
Nathan Shively-Sanders 2016-06-10 14:13:56 -07:00
Родитель 72d64e1ccf
Коммит b027b4f423
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -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: