From 9197e10bba0bbdcf41e882521ab9f76156e0a3a0 Mon Sep 17 00:00:00 2001 From: Tom Mrazauskas Date: Fri, 26 Aug 2022 09:44:38 +0300 Subject: [PATCH] docs: add missing admonition --- docs/Configuration.md | 6 +++++- website/versioned_docs/version-29.0/Configuration.md | 6 +++++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/docs/Configuration.md b/docs/Configuration.md index d6762ea4b695..ac2047fff049 100644 --- a/docs/Configuration.md +++ b/docs/Configuration.md @@ -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} */ diff --git a/website/versioned_docs/version-29.0/Configuration.md b/website/versioned_docs/version-29.0/Configuration.md index d6762ea4b695..ac2047fff049 100644 --- a/website/versioned_docs/version-29.0/Configuration.md +++ b/website/versioned_docs/version-29.0/Configuration.md @@ -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} */