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 c7784c3 commit 017de10Copy full SHA for 017de10
packages/otel/src/instrumentations/fetch.test.ts
@@ -85,7 +85,7 @@ describe('header exclusion', () => {
85
})
86
87
88
-describe('patched fetch', async () => {
+describe('patched fetch', () => {
89
const server = setupServer(
90
// eslint-disable-next-line @typescript-eslint/no-unsafe-return, @typescript-eslint/no-unsafe-call, @typescript-eslint/no-unsafe-member-access
91
http.get('http://localhost:3000/ok', () => HttpResponse.json({ message: 'ok' })),
0 commit comments