·msw-mocking
</>

msw-mocking

yonatangross/orchestkit

用於 API 模擬的 Mock Service Worker (MSW) 2.x。在通過網絡模擬測試前端組件、模擬 API 錯誤或在測試中創建確定性 API 響應時使用。

23安裝·0熱度·@yonatangross

安裝

$npx skills add https://github.com/yonatangross/orchestkit --skill msw-mocking

SKILL.md

| Handler location | src/mocks/handlers.ts | | Default behavior | Return success | | Override scope | Per-test with server.use() | | Unhandled requests | Error (catch missing mocks) | | GraphQL | Use graphql.query/mutation | | WebSocket | Use ws.link() for WS mocking |

| references/msw-2x-api.md | Complete MSW 2.x API reference | | examples/handler-patterns.md | CRUD, auth, error, and upload examples | | checklists/msw-setup-checklist.md | Setup and review checklists | | scripts/handlers-template.ts | Starter template for new handlers |

http-request-mocking Keywords: http.get, http.post, http handler, REST mock Solves:

用於 API 模擬的 Mock Service Worker (MSW) 2.x。在通過網絡模擬測試前端組件、模擬 API 錯誤或在測試中創建確定性 API 響應時使用。 來源:yonatangross/orchestkit。

查看原文

可引用資訊

為搜尋與 AI 引用準備的穩定欄位與指令。

安裝指令
npx skills add https://github.com/yonatangross/orchestkit --skill msw-mocking
分類
</>開發工具
認證
收錄時間
2026-02-01
更新時間
2026-02-18

快速解答

什麼是 msw-mocking?

用於 API 模擬的 Mock Service Worker (MSW) 2.x。在通過網絡模擬測試前端組件、模擬 API 錯誤或在測試中創建確定性 API 響應時使用。 來源:yonatangross/orchestkit。

如何安裝 msw-mocking?

開啟你的終端機或命令列工具(如 Terminal、iTerm、Windows Terminal 等) 複製並執行以下指令:npx skills add https://github.com/yonatangross/orchestkit --skill msw-mocking 安裝完成後,技能將自動設定到你的 AI 程式設計環境中,可以在 Claude Code 或 Cursor 中使用

這個 Skill 的原始碼在哪?

https://github.com/yonatangross/orchestkit