Skip to content

Commit

Permalink
Update docs/tooling/cli/02-build-system.md
Browse files Browse the repository at this point in the history
Co-authored-by: Fredrik Adelöw <[email protected]>
Signed-off-by: Gasan <[email protected]>
  • Loading branch information
gusega and freben authored Jan 28, 2025
1 parent 7e61019 commit 182120a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tooling/cli/02-build-system.md
Original file line number Diff line number Diff line change
Expand Up @@ -616,7 +616,7 @@ With that in mind, here are some IDEs configurations to run backstage components

2. Currently, intellij has an issue that if you right-click on a jest test and press "run", intellij will create a playwright run configuration instead of jest configuration, see [WEB-67720](https://youtrack.jetbrains.com/issue/WEB-67720/Jest-test-runs-as-playwright-test).

Until intellij maintainers resolved the issue, create a jest configuration manually. Happily, intellij will pre-fill the configuration from the template. The only thing you need to do is provide path to the test file. Note, that after intellij runs test in the file you can click on the individual tests from the run panel and re-run them, this time intellij will create a correct jest run configuration.
Until intellij maintainers resolve the issue, create a jest configuration manually. Happily, intellij will pre-fill the configuration from the template. The only thing you need to do is provide a path to the test file. Note, that after intellij runs test in the file you can click on the individual tests from the run panel and re-run them, this time intellij will create a correct jest run configuration.

#### VS Code

Expand Down

0 comments on commit 182120a

Please sign in to comment.