We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a1c2bc commit bd5ceecCopy full SHA for bd5ceec
2 files changed
packages/iso-web/src/msw/msw-browser.js
@@ -7,6 +7,7 @@ globalThis.MSW_BROWSER_SERVER = null
7
* @returns {import('./types.ts').BrowserNodeServer}
8
*/
9
export function setup() {
10
+ // biome-ignore lint/complexity/noArguments: needed
11
if (arguments.length > 0) {
12
throw new Error(
13
'setup takes no arguments use server.use(...handlers) instead'
packages/iso-web/src/msw/msw.js
@@ -4,6 +4,7 @@ import { setupServer } from 'msw/node'
4
5
6
0 commit comments