Skip to content

Commit

Permalink
fix(browser): ignore non specified msw requests
Browse files Browse the repository at this point in the history
  • Loading branch information
sheremet-va committed Oct 22, 2024
1 parent ec48898 commit be5dbd8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/browser/src/client/tester/msw.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ export function createModuleMockerInterceptor() {
scope: '/',
},
},
onUnhandledRequest: 'bypass',
quiet: true,
},
})
Expand Down

0 comments on commit be5dbd8

Please sign in to comment.