Compare commits

...

2 Commits

Author SHA1 Message Date
Saoud Rizwan ba5fdea08d Create cool-cherries-brush.md 2025-08-03 17:14:45 -07:00
Saoud Rizwan 4db088e6e4 Add comment about testing fix 2025-08-03 17:14:14 -07:00
2 changed files with 6 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
---
"claude-dev": patch
---
Add comment about testing fix
+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