Skip to content

Commit

Permalink
test: update fakeClient for sveltekit
Browse files Browse the repository at this point in the history
  • Loading branch information
chargome committed Jul 25, 2024
1 parent 58c4f45 commit e5172a2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ describe('browserTracingIntegration', () => {
return createdRootSpan as Span;
});

const fakeClient = { getOptions: () => ({}), on: () => {} };
const fakeClient = { getOptions: () => ({}), on: () => {}, addEventProcessor: () => {} };

const mockedRoutingSpan = {
end: () => {},
Expand Down

0 comments on commit e5172a2

Please sign in to comment.