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 authored and mydea committed Jul 25, 2024
1 parent c98718a commit 2a3efea
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 2a3efea

Please sign in to comment.