Skip to content

Commit ded5aef

Browse files
committed
chore: update tests
1 parent 4b21e44 commit ded5aef

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

packages/otel/src/instrumentations/fetch.test.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,9 +87,7 @@ describe('header exclusion', () => {
8787

8888
describe('patched fetch', () => {
8989
const server = setupServer(
90-
// eslint-disable-next-line @typescript-eslint/no-unsafe-return, @typescript-eslint/no-unsafe-call, @typescript-eslint/no-unsafe-member-access
9190
http.get('http://localhost:3000/ok', () => HttpResponse.json({ message: 'ok' })),
92-
// eslint-disable-next-line @typescript-eslint/no-unsafe-call, @typescript-eslint/no-unsafe-member-access, @typescript-eslint/no-unsafe-return
9391
http.post('http://localhost:3000/ok', () => HttpResponse.json({ message: 'ok' })),
9492
)
9593

@@ -111,7 +109,6 @@ describe('patched fetch', () => {
111109
})
112110

113111
afterEach(async () => {
114-
// eslint-disable-next-line @typescript-eslint/no-unsafe-call
115112
server.resetHandlers()
116113
await shutdownTracers()
117114
})

0 commit comments

Comments
 (0)