Commit e5113c3
Fix knip unused export warning for test utility function
Added @public JSDoc tag to disableHttp2() test utility function.
This function is intentionally exported for use in tests (see
tests/worker.test.ts) but knip's --production mode doesn't see
test file usage, causing a false positive unused export warning.
The @public tag tells knip this is an intentional public API.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>1 parent 038e62c commit e5113c3
1 file changed
+5
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
95 | | - | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
96 | 100 | | |
97 | 101 | | |
98 | 102 | | |
| |||
0 commit comments