Skip to content

Commit

Permalink
Removes unused mock
Browse files Browse the repository at this point in the history
  • Loading branch information
antonis committed Nov 27, 2024
1 parent 514b102 commit 0935bbd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/core/test/client.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,6 @@ describe('Tests ReactNativeClient', () => {

describe('UserFeedback', () => {
test('sends UserFeedback', () => {
const mockTransportSend: jest.Mock = jest.fn(() => Promise.resolve());
const client = new ReactNativeClient({
...DEFAULT_OPTIONS,
dsn: EXAMPLE_DSN,
Expand Down

0 comments on commit 0935bbd

Please sign in to comment.