Usage in the browser
With Storybook
Mock Service Worker and GraphQL Testing Library pair nicely with Storybook when developing in the browser.
To get started, install the Mock Service Worker Storybook addon.
npm install --save-dev msw-storybook-addon
pnpm add --save-dev msw-storybook-addon
yarn add --dev msw-storybook-addon
bun add --dev msw-storybook-addon