From d68bcdc8360adccfb6480920fddfd4c00adc1e0a Mon Sep 17 00:00:00 2001 From: AmbrishRamachandiran Date: Tue, 16 Apr 2024 11:06:53 +0530 Subject: [PATCH] Fixing testing.md Signed-off-by: AmbrishRamachandiran --- docs/plugins/testing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/plugins/testing.md b/docs/plugins/testing.md index 7213cdcdb0..bc212a2581 100644 --- a/docs/plugins/testing.md +++ b/docs/plugins/testing.md @@ -28,7 +28,7 @@ To run both `MyComponent.test.tsx` and `MyControl.test.tsx` suite of tests: :::note Note -if `console.logs` are not appearing, run only the individual test you are +if `console.log`s are not appearing, run only the individual test you are working on. [This is a bug in Jest](https://github.com/facebook/jest/issues/2441).