We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bdd15dd commit 9d9bad5Copy full SHA for 9d9bad5
packages/browser/src/client/tester/msw.ts
@@ -41,6 +41,7 @@ export function createModuleMockerInterceptor() {
41
scope: '/',
42
},
43
44
+ onUnhandledRequest: 'bypass',
45
quiet: true,
46
47
})
0 commit comments