feat(torrents): add HTTP-boundary Torrent probe harness and test script

This commit is contained in:
NimBold
2026-08-01 18:50:25 +03:30
parent 18b51ca86e
commit a00d34edc8
4 changed files with 784 additions and 1 deletions
+1
View File
@@ -35,6 +35,7 @@
"check:updates": "node scripts/check-updates.js",
"smoke:torrent": "node scripts/smoke-torrent.js",
"smoke:torrent:failure-paths": "node scripts/smoke-torrent.js --failure-paths",
"test:torrent:rpc": "cd src-tauri && cargo test torrent_probe::tests::http_rpc_harness -- --nocapture",
"verify:macos-signing": "node scripts/verify-macos-signing.js",
"preview": "vite preview",
"tauri": "tauri",