Skip to content

Commit

Permalink
docs: add missing admonition in Configuration docs (#13176)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrazauskas committed Aug 28, 2022
1 parent 6a97d00 commit 65f8943
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
6 changes: 5 additions & 1 deletion docs/Configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -2305,7 +2305,11 @@ After the worker has executed a test the memory usage of it is checked. If it ex
- `G` / `GB` - Gigabytes
- `GiB` - Gibibytes

**NOTE:** [% based memory does not work on Linux CircleCI workers](https://github.com/facebook/jest/issues/11956#issuecomment-1212925677) due to incorrect system memory being reported.
:::caution

Percentage based memory limit [does not work on Linux CircleCI workers](https://github.com/facebook/jest/issues/11956#issuecomment-1212925677) due to incorrect system memory being reported.

:::

```js tab
/** @type {import('jest').Config} */
Expand Down
6 changes: 5 additions & 1 deletion website/versioned_docs/version-29.0/Configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -2305,7 +2305,11 @@ After the worker has executed a test the memory usage of it is checked. If it ex
- `G` / `GB` - Gigabytes
- `GiB` - Gibibytes

**NOTE:** [% based memory does not work on Linux CircleCI workers](https://github.com/facebook/jest/issues/11956#issuecomment-1212925677) due to incorrect system memory being reported.
:::caution

Percentage based memory limit [does not work on Linux CircleCI workers](https://github.com/facebook/jest/issues/11956#issuecomment-1212925677) due to incorrect system memory being reported.

:::

```js tab
/** @type {import('jest').Config} */
Expand Down

0 comments on commit 65f8943

Please sign in to comment.