Skip to content

Commit f3eb079

Browse files
committed
doc: replace top level with --test mode
1 parent 6cff8e3 commit f3eb079

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

doc/api/test.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -333,10 +333,11 @@ changes:
333333
properties are supported:
334334
* `concurrency` {number|boolean} If a number is provided,
335335
then that many tests would run in parallel.
336-
If truthy, on top level, it would run (number of cpu cores - 1)
337-
tests in parallel.
336+
If truthy, when running in `--test` mode, it would run
337+
(number of cpu cores - 1) tests in parallel.
338338
For subtests, it will be infinity tests in parallel.
339-
If falsy, on top level & subtest level it would only run one test at a time.
339+
If falsy, when running in `--test` mode & subtest level
340+
it would only run one test at a time.
340341
If unspecified, subtests inherit this value from their parent.
341342
**Default:** `1`.
342343
* `only` {boolean} If truthy, and the test context is configured to run

0 commit comments

Comments
 (0)