From b027b4f4239f950e9e4420a217f1e46f4c388647 Mon Sep 17 00:00:00 2001 From: Nathan Shively-Sanders Date: Fri, 10 Jun 2016 14:13:56 -0700 Subject: [PATCH] Recommend runtests-parallel in CONTRIBUTING --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 7a99bf318d..1c24202297 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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: