Skip to content

Commit

Permalink
lint fix: add comment after @ts-expect-error
Browse files Browse the repository at this point in the history
  • Loading branch information
MustafaHaddara committed Jun 12, 2024
1 parent d84201d commit 7351d79
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/opentelemetry-sdk-trace-web/test/utils.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -706,8 +706,7 @@ describe('utils', () => {
});
const stream = textToReadableStream(jsonString);

// remove the .tee() method to mimic older environments where this method isn't available
// @ts-expect-error
// @ts-expect-error intentionally remove the .tee() method to mimic older environments where this method isn't available
stream.tee = undefined;

const requestParams = { body: stream };
Expand Down

0 comments on commit 7351d79

Please sign in to comment.