Skip to content

Commit

Permalink
Fix test lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
timfish committed Nov 9, 2022
1 parent 4ee4d18 commit 6f59c40
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/tracing/test/browser/browsertracing.test.ts
Expand Up @@ -136,6 +136,7 @@ describe('BrowserTracing', () => {
tracingOrigins: sampleTracingOrigins,
});

// eslint-disable-next-line deprecation/deprecation
expect(inst.options.tracingOrigins).toEqual(sampleTracingOrigins);
});

Expand All @@ -146,6 +147,7 @@ describe('BrowserTracing', () => {
tracingOrigins: sampleTracingOrigins,
});

// eslint-disable-next-line deprecation/deprecation
expect(inst.options.tracingOrigins).toEqual(sampleTracingOrigins);
});
});
Expand Down

0 comments on commit 6f59c40

Please sign in to comment.