Skip to content

Commit

Permalink
Fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
louiszawadzki committed Oct 25, 2023
1 parent c48cfa4 commit d7342d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/jest/mock.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const actualDatadog = jest.requireActual('@datadog/mobile-react-native');
const DatadogProviderMock = ({ children }) => {
return <>{children}</>;
};
DatadogProviderMock.initialize = jest.fn().mockResolvedValue()
DatadogProviderMock.initialize = jest.fn().mockResolvedValue();

module.exports = {
...actualDatadog,
Expand Down

0 comments on commit d7342d6

Please sign in to comment.