Skip to content

Commit 6f59c40

Browse files
committed
Fix test lint issues
1 parent 4ee4d18 commit 6f59c40

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/tracing/test/browser/browsertracing.test.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,7 @@ describe('BrowserTracing', () => {
136136
tracingOrigins: sampleTracingOrigins,
137137
});
138138

139+
// eslint-disable-next-line deprecation/deprecation
139140
expect(inst.options.tracingOrigins).toEqual(sampleTracingOrigins);
140141
});
141142

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

150+
// eslint-disable-next-line deprecation/deprecation
149151
expect(inst.options.tracingOrigins).toEqual(sampleTracingOrigins);
150152
});
151153
});

0 commit comments

Comments
 (0)