Skip to content

Commit 2a3efea

Browse files
chargomemydea
authored andcommitted
test: update fakeClient for sveltekit
1 parent c98718a commit 2a3efea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/sveltekit/test/client/browserTracingIntegration.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ describe('browserTracingIntegration', () => {
6060
return createdRootSpan as Span;
6161
});
6262

63-
const fakeClient = { getOptions: () => ({}), on: () => {} };
63+
const fakeClient = { getOptions: () => ({}), on: () => {}, addEventProcessor: () => {} };
6464

6565
const mockedRoutingSpan = {
6666
end: () => {},

0 commit comments

Comments
 (0)