Skip to content

Commit

Permalink
fix(browser): ignore non mocked msw requests (#6770)
Browse files Browse the repository at this point in the history
  • Loading branch information
sheremet-va authored Oct 22, 2024
1 parent bdd15dd commit 9d9bad5
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 9d9bad5

Please sign in to comment.