Add comment about testing fix (#5329)

* Add comment about testing fix

* Create cool-cherries-brush.md
This commit is contained in:
Saoud Rizwan
2025-08-03 17:15:04 -07:00
committed by GitHub
parent 9a6603fdfb
commit 3dd2ed9161
2 changed files with 6 additions and 0 deletions
+1
View File
@@ -97,6 +97,7 @@ jobs:
run: npm run pretest
# Unit Tests disabled due to module system conflicts between backend and webview-ui
# FIX: Right now the tests are run when the PR is being reviewed, but if main is updated after that, the PR can merge without the tests being run on the latest version of main.
# - name: Unit Tests
# run: npm run test:unit