We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa0597f commit dc988faCopy full SHA for dc988fa
browser-extension/tests/har-view.ts
@@ -14,7 +14,9 @@
14
* - Location patching uses history.pushState to simulate original URLs
15
* - Chrome APIs are mocked for extension testing outside browser context
16
* - Extension assets served from `./output/chrome-mv3-dev` via `/chrome-mv3-dev` route
17
- * - Floating rebuild button in gitcasso mode triggers `npx wxt build --mode development` and then refresh
+ * - Floating rebuild button in gitcasso mode triggers `pnpm run build:dev` and then refresh
18
+ * - CommentSpot monitoring panel displays enhanced textareas with spot data and element info
19
+ * - Real-time updates every 2 seconds to track textarea enhancement detection and debugging
20
*/
21
22
import { spawn } from 'node:child_process'
0 commit comments