Skip to content

Commit 03ce045

Browse files
authored
Merge pull request #5 from facebook/master
docs: fix typo in configuration runner (jestjs#9668)
2 parents e7aa5e9 + b5c7092 commit 03ce045

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/Configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -756,7 +756,7 @@ async runTests(
756756
): Promise<void>
757757
```
758758

759-
If you need to restrict your test-runner to only run in serial rather then being executed in parallel your class should have the property `isSerial` to be set as `true`.
759+
If you need to restrict your test-runner to only run in serial rather than being executed in parallel your class should have the property `isSerial` to be set as `true`.
760760

761761
### `setupFiles` [array]
762762

0 commit comments

Comments
 (0)