Update docs/tooling/cli/02-build-system.md
Co-authored-by: Fredrik Adelöw <freben@gmail.com> Signed-off-by: Gasan <465806+gusega@users.noreply.github.com>
This commit is contained in:
@@ -622,7 +622,7 @@ With that in mind, here are some IDEs configurations to run backstage components
|
||||
|
||||
```jsonc
|
||||
{
|
||||
"jest.jestCommandLine": "node_modules/.bin/backstage-cli --config node_modules/@backstage/cli/config/jest.js",
|
||||
"jest.jestCommandLine": "yarn test",
|
||||
// In a large repo like the Backstage main repo you likely want to disable
|
||||
// watch mode and the initial test run too, leaving just manual and perhaps
|
||||
// on-save test runs in place.
|
||||
|
||||
Reference in New Issue
Block a user