Skip to content

Commit 976f0ad

Browse files
committed
Update readme
1 parent b81cb1d commit 976f0ad

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,9 @@ Read more about [retries in jest](https://jestjs.io/ru/docs/jest-object#jestretr
133133

134134
This reporter provides `ReportingApi` in global variables to use it directly in tests to send some additional data to the report.
135135

136-
*Note:* `ReportingApi` does not support tests running in [`concurrent` mode](https://jestjs.io/docs/api#testconcurrentname-fn-timeout) at the moment.
136+
*Note:* Run with the default test files concurrency may lead to inconsistent files attaching. `ReportingApi` also does not support tests running in [`concurrent` mode](https://jestjs.io/docs/api#testconcurrentname-fn-timeout) at the moment.
137+
138+
We are going to fix this behavior in the future.
137139

138140
### Reporting API methods
139141

0 commit comments

Comments
 (0)