Fixing testing.md

Signed-off-by: AmbrishRamachandiran <ambrish.r@infosys.com>
This commit is contained in:
AmbrishRamachandiran
2024-04-16 11:06:53 +05:30
parent 2020b45342
commit d68bcdc836
+1 -1
View File
@@ -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).