| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent d9020f0 commit 1c6618f
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1619,7 +1619,7 @@ changes: | |||
| 1619 | 1619 | * `options` {Object} Configuration options for the test. The following | |
| 1620 | 1620 | properties are supported: | |
| 1621 | 1621 | * `concurrency` {number|boolean} If a number is provided, | |
| 1622 | - then that many tests would run in parallel within the application thread. | ||
| 1622 | + then that many tests would run asynchronously (they are still managed by the single-threaded event loop). | ||
| 1623 | 1623 | If `true`, all scheduled asynchronous tests run concurrently within the | |
| 1624 | 1624 | thread. If `false`, only one test runs at a time. | |
| 1625 | 1625 | If unspecified, subtests inherit this value from their parent. | |
@@ -3877,7 +3877,7 @@ changes: | |||
| 3877 | 3877 | * `options` {Object} Configuration options for the subtest. The following | |
| 3878 | 3878 | properties are supported: | |
| 3879 | 3879 | * `concurrency` {number|boolean|null} If a number is provided, | |
| 3880 | - then that many tests would run in parallel within the application thread. | ||
| 3880 | + then that many tests would run asynchronously (they are still managed by the single-threaded event loop). | ||
| 3881 | 3881 | If `true`, it would run all subtests in parallel. | |
| 3882 | 3882 | If `false`, it would only run one test at a time. | |
| 3883 | 3883 | If unspecified, subtests inherit this value from their parent. | |
| Back | FazBrowse Home | New Git URL |
0 commit comments