Pinned Repositories
data
Data modeling and relation library for testing JavaScript applications.
examples
Examples of Mock Service Worker usage with various frameworks and libraries.
headers-polyfill
A Fetch API "Headers" polyfill and transformation library.
http-middleware
Spawn an HTTP server from your request handlers or apply them to an existing server using a middleware.
interceptors
Low-level network interception library.
jest-fixed-jsdom
A superset of the JSDOM environment for Jest that respects Node.js globals.
msw
Industry standard API mocking for JavaScript.
msw-storybook-addon
Mock API requests in Storybook with Mock Service Worker.
mswjs.io
Official website and documentation for the Mock Service Worker library.
source
Generate MSW request handlers from various sources (HAR files, OpenAPI documents, etc).
Mock Service Worker's Repositories
mswjs/msw
Industry standard API mocking for JavaScript.
mswjs/data
Data modeling and relation library for testing JavaScript applications.
mswjs/examples
Examples of Mock Service Worker usage with various frameworks and libraries.
mswjs/interceptors
Low-level network interception library.
mswjs/msw-storybook-addon
Mock API requests in Storybook with Mock Service Worker.
mswjs/mswjs.io
Official website and documentation for the Mock Service Worker library.
mswjs/source
Generate MSW request handlers from various sources (HAR files, OpenAPI documents, etc).
mswjs/http-middleware
Spawn an HTTP server from your request handlers or apply them to an existing server using a middleware.
mswjs/jest-fixed-jsdom
A superset of the JSDOM environment for Jest that respects Node.js globals.
mswjs/headers-polyfill
A Fetch API "Headers" polyfill and transformation library.
mswjs/node-match-path
Matches a URL against a path. Parameters, wildcards, RegExp.
mswjs/cookies
Manage request/response cookies in the environments where those are not supported.
mswjs/storage
Persistence and live synchronization layer for testing JavaScript applications.
mswjs/is-node-process
Reliably determines if the code is running in Node.js. Treats Jest, React Native, Electron, and others like Node.js.
mswjs/gh-issue-forms
A test repository that is going to disappear.
mswjs/socket.io-binding
Connection wrapper for mocking Socket.IO with MSW.
mswjs/local-storage-polyfill
The "localStorage" polyfill for Node.js.
mswjs/msw-github-bot
Mock Service Worker community bot. Beep. Bop.
mswjs/.github
Mock Service Worker organization GitHub files.
mswjs/github-webhooks
mswjs/codemods
Codemods for Mock Service Worker.
mswjs/with-node-fetch
Example of using Mock Service Worker with "node-fetch".