Skip to content

Commit

Permalink
Merge pull request #543 from DataDog/louiszawadzki/fix-linter
Browse files Browse the repository at this point in the history
Fix linter
  • Loading branch information
louiszawadzki authored Oct 25, 2023
2 parents c48cfa4 + d7342d6 commit 06c8e60
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 06c8e60

Please sign in to comment.