Schema-Driven Testing with Mock Service Worker - Alessia Bellisario, Apollo

แชร์
ฝัง
  • เผยแพร่เมื่อ 30 ต.ค. 2024

ความคิดเห็น • 2

  • @kettanaito
    @kettanaito หลายเดือนก่อน +3

    A fantastic talk! Thank you so much for showcasing GraphQL Testing Library, Alessia!
    > Does MSW support fetch as well as ClientRequest?
    Yes. MSW comes with full support for fetch in Node.js (Undici). Same handlers, different underlying protocols (you don't care about those). One limitation being is that fetch has to be global (it actually doesn't matter where it comes from, whether it's Undici or node fetch; we draw the line at the Fetch API spec itself).

  • @MaminaZvezdochka
    @MaminaZvezdochka 17 วันที่ผ่านมา

    Thank you, great talk and work