Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

Mock Service Worker

A seamless REST/GraphQL API mocking library for JavaScript applications.
Collective - Host: opensource - https://opencollective.com/mswjs - Website: https://mswjs.io - Code: https://github.com/mswjs/msw

Support Next.js 13 (App Router)

github.com/mswjs/msw - kettanaito opened this issue over 1 year ago
fix(dependency): unpin the "chalk" dependency

github.com/mswjs/msw - blowery opened this pull request over 1 year ago
Can I skip axios interceptors.request ?

github.com/mswjs/msw - okinawaa opened this issue over 1 year ago
Only mock certain base URLs

github.com/mswjs/msw - sazzer opened this issue over 1 year ago
fix: support typescript 5.1 as a peer dependency

github.com/mswjs/msw - gthb opened this pull request over 1 year ago
🎉 😃 🥐 Typescript 5.1.x support

github.com/mswjs/msw - td-tomasz opened this issue over 1 year ago
docs: add materialize to bronze sponsors

github.com/mswjs/msw - kettanaito opened this pull request over 1 year ago
MSW fails with FormData body

github.com/mswjs/msw - azymnis opened this issue over 1 year ago
Data URLs are incorrectly intercepted

github.com/mswjs/msw - kaciakmaciak opened this issue over 1 year ago
fix: log `ReadableStream` responses as text/json

github.com/mswjs/msw - esquevin opened this pull request over 1 year ago
Could not find a declaration file for module 'events'

github.com/mswjs/msw - janwidmer opened this issue over 1 year ago
feat: support cross-process interception via `setupRemoteServer`

github.com/mswjs/msw - kettanaito opened this pull request over 1 year ago
docs: add black logo variant

github.com/mswjs/msw - kettanaito opened this pull request over 1 year ago
fix: prevent "abort" listener memory leak in RequestHandler

github.com/mswjs/msw - kettanaito opened this pull request over 1 year ago
Add support for multiple worker directories

github.com/mswjs/msw - florian-milky opened this issue over 1 year ago
fix: stream response chunks as they come in Node.js

github.com/mswjs/msw - kettanaito opened this pull request over 1 year ago
Can't combine a log handler and `onUnhandledRequest`

github.com/mswjs/msw - florian-milky opened this issue over 1 year ago
MSW seems not to work with kafka testcontainers

github.com/mswjs/msw - ofekdeitch-oligo opened this issue over 1 year ago
Add option to format generated worker file

github.com/mswjs/msw - robertjk opened this issue over 1 year ago
docs: add missing quote to migration guidelines

github.com/mswjs/msw - koddsson opened this pull request over 1 year ago
feat: export browser integration from "msw/browser"

github.com/mswjs/msw - kettanaito opened this pull request over 1 year ago
chore: trigger ci on any pull requests

github.com/mswjs/msw - kettanaito opened this pull request almost 2 years ago
Cannot clear cookies between Jest tests

github.com/mswjs/msw - antoinetissier opened this issue almost 2 years ago
feat: support batch graphql request handling

github.com/mswjs/msw - johnboulder opened this pull request almost 2 years ago
feat: split the library into "core", "browser" and "node"

github.com/mswjs/msw - kettanaito opened this pull request almost 2 years ago
Support GraphQL TypedDocumentString

github.com/mswjs/msw - logaretm opened this issue almost 2 years ago
docs: add replay to sponsors

github.com/mswjs/msw - kettanaito opened this pull request almost 2 years ago
MSW not working with node-fetch

github.com/mswjs/msw - hardikkaji opened this issue almost 2 years ago
Support GraphQL persisted queries

github.com/mswjs/msw - ianwalter opened this issue almost 2 years ago
Can't pass `FormData` as body in jest test

github.com/mswjs/msw - danny-does-stuff opened this issue almost 2 years ago
FetchInterceptor giving `Request is not defined` error

github.com/mswjs/msw - raiatul26 opened this issue almost 2 years ago
fix: update dependencies to support ESM

github.com/mswjs/msw - kettanaito opened this pull request almost 2 years ago
fix: update "headers-polyfill" to 3.1.2 to fix the ESM issue

github.com/mswjs/msw - cstenglein opened this pull request almost 2 years ago
Cannot find module 'msw' when used in github actions

github.com/mswjs/msw - sotiristherobot opened this issue almost 2 years ago
feat: add `operationName` to GraphQL request

github.com/mswjs/msw - ligaz opened this pull request almost 2 years ago
Typescript 5.0.X support

github.com/mswjs/msw - oteoe opened this issue almost 2 years ago
fix(typescript): support typescript 5.0

github.com/mswjs/msw - mattcosta7 opened this pull request almost 2 years ago
Msw is not working with NextJS app directory

github.com/mswjs/msw - mcAnastasiou opened this issue almost 2 years ago
Gitlab integration

github.com/mswjs/msw - vlefr opened this issue almost 2 years ago
Add example how to use with Cypress

github.com/mswjs/msw - TeemuKoivisto opened this issue almost 2 years ago
Support for RFC 6570 (curly braces) path params

github.com/mswjs/msw - jrencz opened this issue almost 2 years ago
ReferenceError: location is not defined in Node.js

github.com/mswjs/msw - till opened this issue almost 2 years ago
feat: support global fetch in Node.js

github.com/mswjs/msw - kettanaito opened this pull request almost 2 years ago
ERR_NETWORK in Vitest when calling "vi.resetModules()"

github.com/mswjs/msw - breslauer opened this issue almost 2 years ago
Storybook build crashes with [email protected]

github.com/mswjs/msw - cameron-yee opened this issue almost 2 years ago
fix: use EventTarget-based event emitter

github.com/mswjs/msw - chrisguttandin opened this pull request almost 2 years ago
Fake timers with long delay fail

github.com/mswjs/msw - leepowelldev opened this issue about 2 years ago
getaddrinfo ENOTFOUND in Node.js tests

github.com/mswjs/msw - rcffc opened this issue about 2 years ago
test: add "application/protobuf" handling test

github.com/mswjs/msw - DGollings opened this pull request about 2 years ago
Request body with Protobuf binary data is corrupted

github.com/mswjs/msw - DGollings opened this issue about 2 years ago
feat!: adopt the global Fetch API

github.com/mswjs/msw - kettanaito opened this pull request about 2 years ago
fix: prevent corruption of binary request bodies (#929)

github.com/mswjs/msw - nknapp opened this pull request about 2 years ago
When I run it on Vitest, I get `TypeError: Invalid URL`.

github.com/mswjs/msw - shooooori0128 opened this issue over 2 years ago
MSW + Logrocket + Axios do not work together

github.com/mswjs/msw - rodriguezmarting opened this issue over 2 years ago
Adopt Fetch API primitives

github.com/mswjs/msw - kentcdodds opened this issue over 2 years ago
Slow pending with cypress

github.com/mswjs/msw - iamyoki opened this issue over 2 years ago
MSW doesn't resolve with Jest 28 .useFakeTimers()

github.com/mswjs/msw - harry-gocity opened this issue over 2 years ago
Support Node.js v18

github.com/mswjs/msw - ericmasiello opened this issue over 2 years ago
ESM support + treeshaking unused bits

github.com/mswjs/msw - mattcosta7 opened this issue over 2 years ago
Support TypeScript 4.8

github.com/mswjs/msw - CreativeTechGuy opened this issue over 2 years ago