From f6c927fa7c5bca6cacbf94e9390eb51924329f2b Mon Sep 17 00:00:00 2001 From: Gasan <465806+gusega@users.noreply.github.com> Date: Tue, 28 Jan 2025 13:09:52 +0100 Subject: [PATCH] Update docs/tooling/cli/02-build-system.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Fredrik Adelöw Signed-off-by: Gasan <465806+gusega@users.noreply.github.com> --- docs/tooling/cli/02-build-system.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tooling/cli/02-build-system.md b/docs/tooling/cli/02-build-system.md index 52853d353f..048251d26d 100644 --- a/docs/tooling/cli/02-build-system.md +++ b/docs/tooling/cli/02-build-system.md @@ -620,7 +620,7 @@ NODE_OPTIONS='--no-node-snapshot --experimental-vm-modules' node node_modules/@b `backstage-cli` adds `--passWithNoTests --watch --workerIdleMemoryLimit=1000M --config node_modules/@backstage/cli/config/jest.js` jest options. -With that in mind, let's configure IDE's to run `backstage-cli` in the role of jest. +With that in mind, let's configure IDEs to run `backstage-cli` in the role of jest. #### IntelliJ IDEA