From 006f84dc86d8cb18d8cef8b6600a41711724807a Mon Sep 17 00:00:00 2001 From: bnechyporenko Date: Mon, 13 Feb 2023 14:50:03 +0100 Subject: [PATCH] Updated the 'Debugging Jest Tests' section Signed-off-by: bnechyporenko --- docs/local-dev/cli-build-system.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/local-dev/cli-build-system.md b/docs/local-dev/cli-build-system.md index ba65bedb9f..bef0ef9d97 100644 --- a/docs/local-dev/cli-build-system.md +++ b/docs/local-dev/cli-build-system.md @@ -597,7 +597,11 @@ If you also want to enable source maps when debugging tests, you can do so by se ### Debugging Jest Tests -To configure the debugging of your tests in IntelliJ, you have to: +For your productivity working with unit tests it's quite essential to have your debugging configured in IDE. It will help you to identify the root cause of the issue faster. + +Each of IDE has own way to set it up. We started with giving an example how to configure it in Intellij IDEA. In a near future we might also add the information for VS Code. + +#### Intellij IDEA 1. Update Jest configuration template by: