From 0c57873f91138961f90fedeb5fd1f0da9d45c601 Mon Sep 17 00:00:00 2001 From: ConnectDotz Date: Thu, 22 Feb 2024 17:00:04 -0500 Subject: [PATCH] inor update README.md fix "virtual-folder" anchor tag in the doc --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index eec01400..86514635 100644 --- a/README.md +++ b/README.md @@ -739,7 +739,7 @@ This extension uses babel to parse the test files. For decorators [plugin option --- - #### virtualFolders Much like a vscode workspace folder, which manages a runtime environment for a specific folder, a virtualFolder manages a custom Jest runtime environment. Each virtualFolder can have its own resource-level [settings](#settings), such as `jestCommandLine` and `rootPath`.