Skip to content

Commit

Permalink
[RUM-5418] Add new RN API to mock
Browse files Browse the repository at this point in the history
  • Loading branch information
mateo-villa committed Oct 7, 2024
1 parent 510d255 commit 062bd69
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/core/jest/mock.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ module.exports = {
setUser: jest
.fn()
.mockImplementation(() => new Promise(resolve => resolve())),
addUserExtraInfo: jest
.fn()
.mockImplementation(() => new Promise(resolve => resolve())),
setAttributes: jest
.fn()
.mockImplementation(() => new Promise(resolve => resolve())),
Expand Down

0 comments on commit 062bd69

Please sign in to comment.