From 545cf2e6be86850bf0046ab4ffad199dc177fe4c Mon Sep 17 00:00:00 2001 From: Kaycee Date: Sun, 25 Jun 2017 15:19:29 -0600 Subject: [PATCH 1/2] Update readme.md --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 06b6fc0f2..aa541a6e6 100644 --- a/readme.md +++ b/readme.md @@ -376,7 +376,7 @@ test(t => { ### Running tests serially -By default tests are run concurrently, which is awesome. Sometimes though you have to write tests that cannot run concurrently. +Tests are run concurrently by default, however, you sometimes have to write tests that cannot run concurrently. In these rare cases you can use the `.serial` modifier. It will force those tests to run serially *before* the concurrent ones. From 9f8f46c0bb6ca4bd6072ea0fb0800f4e381dd565 Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Sun, 2 Jul 2017 01:31:43 +0200 Subject: [PATCH 2/2] Update readme.md --- readme.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/readme.md b/readme.md index aa541a6e6..f98d46a6f 100644 --- a/readme.md +++ b/readme.md @@ -376,9 +376,7 @@ test(t => { ### Running tests serially -Tests are run concurrently by default, however, you sometimes have to write tests that cannot run concurrently. - -In these rare cases you can use the `.serial` modifier. It will force those tests to run serially *before* the concurrent ones. +Tests are run concurrently by default, however, sometimes you have to write tests that cannot run concurrently. In these rare cases you can use the `.serial` modifier. It will force those tests to run serially *before* the concurrent ones. ```js test.serial(t => {