Skip to content
On this page

Mock Service Worker

@exposition integration for the Mock Service Worker library.

Why? 🤔

It's truly amazing to work with MSW, everything was testable without writing "inline" mocks for network requests.

Installation

pnpm add -D @exposition/integrations
yarn add -D @exposition/integrations
npm install -D @exposition/integrations

Whats next

Everything is installed now comes the part to add everything to your application follow along to the setup.

👩‍💻 Setup

Released under the MIT License