Commit 97d52f3
fix: Add browser environment to read_more test for MouseEvent
Fixes StandardJS linting errors:
- 'MouseEvent' is not defined at lines 63 and 73
Added browser to eslint-env since the test uses jsdom which simulates
a browser environment where MouseEvent is available as a global.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>1 parent 46e1dc2 commit 97d52f3
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
0 commit comments