We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c530a44 commit 1fd6927Copy full SHA for 1fd6927
packages/cloudflare/test/request.test.ts
@@ -25,6 +25,7 @@ describe('withSentry', () => {
25
26
beforeEach(() => {
27
vi.clearAllMocks();
28
+ vi.restoreAllMocks();
29
});
30
31
test('passes through the response from the handler', async () => {
0 commit comments