File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed
packages/otel/src/instrumentations Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -87,9 +87,7 @@ describe('header exclusion', () => {
8787
8888describe ( '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 } )
You can’t perform that action at this time.
0 commit comments