Skip to content

Commit e58e96e

Browse files
Kayceesindresorhus
authored andcommitted
Minor readme tweak (#1422)
1 parent 5ae434a commit e58e96e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

readme.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -376,9 +376,7 @@ test(t => {
376376

377377
### Running tests serially
378378

379-
By default tests are run concurrently, which is awesome. Sometimes though you have to write tests that cannot run concurrently.
380-
381-
In these rare cases you can use the `.serial` modifier. It will force those tests to run serially *before* the concurrent ones.
379+
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.
382380

383381
```js
384382
test.serial(t => {

0 commit comments

Comments
 (0)