• Skip to primary navigation
  • Skip to content
  • Skip to footer
Never test
  • About
  • Categories
  • Tags
    msw에서 status만 응답하도록 하는 코드
    1. Home
    2. /
    3. It
    4. /
    5. msw에서 status만 응답하도록 하는 코드
    YoungSeon.Ahn

    YoungSeon.Ahn

    I am an ordinary person.

    • S.Korea
    • Twitter
    • Facebook
    • GitHub
    • Resume
    • Email

    msw에서 status만 응답하도록 하는 코드

    less than 1 minute read

    200 ok status만 응답하는 코드

    rest.patch(
      `url`,
      (_, res, ctx) => {
        return res(ctx.status(200));
      },
    ),
    

    20220209

    Tags: etc

    Categories: IT

    Updated: February 8, 2022

    Share on

    Twitter Facebook LinkedIn
    Previous Next

    Leave a comment

    You may also enjoy

    잘 돌아가던 Playwright e2e test가 전부 깨지는 건에 대하여

    1 minute read

    환경

    Node 25에서 vitest 4와 js-dom 6.9.1 연결하는 삽질기

    4 minute read

    Node 25에서 vitest 4와 js-dom 6.9.1 연결하는 삽질기

    Chrome DevTools MCP: Network.enable timed out 해결기

    2 minute read

    [Troubleshooting] Chrome DevTools MCP: “Network.enable timed out” 해결기

    Yarn Monorepo 환경에서 vite-tsconfig-paths 경로 해석 문제 해결(feat. AI)

    1 minute read

    배경 및 문제 상황

    • Follow:
    • Twitter
    • Facebook
    • GitHub
    • Feed
    © 2026 Never test. Powered by Jekyll & Minimal Mistakes.